Graphics Capabilities
- Animation
- with(plots): #load package
- animate(sin(x*cos(t)), x=-10..10,t=0..2*Pi, frames=50);
- animate({cos(x), cos(x+phi), cos(x)+cos(x+phi)}, x=0..2*Pi,phi=0..2*Pi, frame=50);
- Implicit plotting
- implicitplot(exp(x*y)=x, x=0..2,y=0..2);
- implicitplot3d(abs(x)+abs(y)+abs(z)=1.5,x=-1..1,y=-1..1,z=-1..1);