Skip to main content
1-Visitor
June 6, 2013
Solved

How to sketch a function F(x,y)

  • June 6, 2013
  • 3 replies
  • 1825 views

Hello everyone.

I have to sketch this distribution function, but it always ends with this error:

Untitled.png

It says that "y" is undefined.

Thanks in advance

Best answer by Werner_E

Not sure if your distribution function is defined correctly. Could imagine that you have something like G(x,y) in mind, but then, I may be wrong.

DistrFct1.png

3 replies

25-Diamond I
June 6, 2013

Please attach a worksheet (upper right, "Use advanced editor"),

You have a 3D-function (2 independent x,y, 1 dependent variable F) but try to do a 2D plot - use a surface plot.

24-Ruby IV
June 6, 2013

May by so:

fxy.png

Werner_E25-Diamond IAnswer
25-Diamond I
June 6, 2013

Not sure if your distribution function is defined correctly. Could imagine that you have something like G(x,y) in mind, but then, I may be wrong.

DistrFct1.png

1-Visitor
June 6, 2013

Thanks everyone, especially Werner Exinger