To create animations of level curves in Maple 9:

Use commands of the form:

with(plots):

animate(plot3d,[x^2-y^2,x=-2..2,y=-2..2,orientation=[45-135*t,45-45*t], color=(x^2-y^2)],t=0..1,frames=64,scaling=constrained,style=patchcontour, axes=boxed,tickmarks=[5,5,0]);

Comments: