4-4.mws

Construct this figure:

> restart;

> x:=cos(t);

x := cos(t)

> y:=sin(t);

y := sin(t)

> m:=[[x,y],[x-t*y,y+t*x]];

m := [[cos(t), sin(t)], [cos(t)-t*sin(t), sin(t)+t*...

> t:=k*2*Pi/100;

t := 1/50*k*Pi

> plot([m$k=1..100],color=red,scaling=constrained,axes=none);

[Maple Plot]

>