5-13.mws

> x:=tan(k*Pi/240)*cos(t);

x := tan(1/240*k*Pi)*cos(t)

> y:=cot(k*Pi/240)*sin(t);

y := cot(1/240*k*Pi)*sin(t)

> m:=[x,y,t=0..2*Pi];

m := [tan(1/240*k*Pi)*cos(t), cot(1/240*k*Pi)*sin(t...

> plot([m$k=40..80],scaling=constrained,color=green,axes=none);

[Maple Plot]

>