Harminder Singh
Dr. Frank Wang
MAT202
> with(plots);
Warning, the name changecoords has
been redefined
![]()
![]()
![]()
![]()
![]()
>
> polarplot(sin(theta/2), theta=0..4*Pi, scaling=constrained);

> polarplot(sin(theta/4), theta=0..4*Pi, scaling=constrained);

> polarplot(sin(3*theta), theta=0..4*Pi, scaling=constrained);

> polarplot((theta(sin*theta)), theta=0..4*Pi, scaling=constrained);

> polarplot(1+4*cos(5*theta), theta=0..2*Pi, scaling=constrained);

>
> polarplot(1/(sqrt(theta)), theta=1..10*Pi, scaling=constrained);

>