Polar plots with changing parameters by Cornelius Stallmann , Augusta State University
> restart:with(plots):
Warning, the name changecoords has been redefined
The Family
> animate(1+b*cos(theta),theta=0..2*Pi,b=0..4,coords=polar,color=black,thickness=4,numpoints=100,scaling=constrained,frames=100);
> animate(cos(t*theta),theta=0..2*Pi,t=1..20,coords=polar,color=black,thickness=2,numpoints=1000,scaling=constrained,frames=20);
With more frames
> animate(-cos(t*theta),theta=0..2*Pi,t=1..20,coords=polar,color=aquamarine,thickness=2,numpoints=200,scaling=constrained,frames=100, axes=none);
> ?animate
>