Previous Up Next

17.10.2  Animation of a 3D graph

The animate3d command creates three-dimensional animations using graphs of functions depending on a parameter. (See also Section 17.2.2.)

Example

animate3d(x^2+a*y^2,[x=-2..2,y=-2..2],a=-2..2,frames=10,display=red+filled)

The output is an animation beginning with:


Previous Up Next