Skip to main content
16-Pearl
June 15, 2012
Solved

plotting f(x,y)=A*(x/(y+x)) ?

  • June 15, 2012
  • 2 replies
  • 1560 views

to all

really stupid question: how does plot ?

f(x,y)=A*(x/(y+x))

where A is a constant

I want to show the limit of the f(x,y) when x and y tend to zero

Thanks

JXB

Best answer by Fred_Kohlhepp

welcpme to createmesh

2 replies

23-Emerald I
June 15, 2012

welcpme to createmesh

25-Diamond I
June 20, 2012

Using createmesh as Fred has shown sure is a good way for doing the job. Especially because you can see (and therefore automatically document) and easily can change the plot limits and grid number in you document.

Another way would be to simply use the function name (in Freds file thats f) WITHOUT arguments and parantheses as the argument for your 3D-plot. But you have to take care now that you limit your plot range in the format menu of the plot object under "QuickPlot Data", so you do not run into a divison by zero error. Unfortunately plot objects do not ignore that kind of errors. So to duplicate Freds example you would enter under Range1 0.001 for start, 5 for end and 20 (the default value) for grid# und for Range2 0, 5 and 20 respectively.