>

> with(plots):

Warning, the name changecoords has been redefined

> g:=(x,y)->x^3-3*x+y^3-3*y;

g := proc (x, y) options operator, arrow; x^3-3*x+y...

> plot3d(g(x,y),x=-2..2,y=-2..2,axes=boxed);

[Maple Plot]

> contourplot(g(x,y),x=-2..2,y=-2..2,contours=10,filled=true);

[Maple Plot]

>