
Student Support Forum: 'Plotting f[x,y]' topicStudent Support Forum > General > "Plotting f[x,y]"
| Author |
Comment/Response |
Fred
|
05/12/99 07:23am
I want to know how to plot 2D using ImplicitPlot.
I failed to draw f[x_,y_]:=(x-1)^2 + (y-2)^2 -5 when I use command
>>Graphics `ImplicitPlot`
ImplicitPlot[{f[x,y]==0,{x,-5,5},{y,-5,5}]
What's wrong ?
Also, is it possible drawing that f function at the same plot with
g = xy-3 = 0
URL: , |
|
| | | |
 | |
|