Problem:Sketch the level curves of the function, |
Solution:
> with(plots):
> contourplot(x^3-y,x=-2..2,y=-2..2,contours=[0,1,2]);
This command produces the level curves at levels 0,1 and 2.
![]() |
|
Notice that these are the cubics
|