Previous Up Next

7.21.2 Animation of a 3D graph: animate3d

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

Example

Input:

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

Output:
The output is an animation beginning with:


Previous Up Next