| > | with(plots);
plot3d(x^3-3*x*y^2, x=-3..3,y=-3..3,axes=normal); contourplot(x^3-3*x*y^2, x=-2..2,y=-3..3); |
![[Plot]](images/L8_1.gif)
![[Plot]](images/L8_2.gif)
| > | plot3d(x^3+3*x*y^2, x=-2..2,y=-3..3,axes=normal);
contourplot(x^3+3*x*y^2, x=-2..2,y=-3..3); |
![[Plot]](images/L8_3.gif)
![[Plot]](images/L8_4.gif)
| > | plot3d(x^3+3*y^2, x=-2..2,y=-3..3,axes=normal);
contourplot(x^3+3*y^2, x=-2..2,y=-3..3); |
![[Plot]](images/L8_5.gif)
![[Plot]](images/L8_6.gif)
| > | plot3d(x^4+y^2, x=-2..2,y=-3..3);
contourplot(x^4+y^2, x=-2..2,y=-3..3); |
![[Plot]](images/L8_7.gif)
![[Plot]](images/L8_8.gif)