4-3.mws

> restart;

> x:=cos(t);

x := cos(1/50*k*Pi)

> y:=sin(t);

y := sin(1/50*k*Pi)

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

m := [[cos(1/50*k*Pi), sin(1/50*k*Pi)], [cos(1/50*k...

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

t := 1/50*k*Pi

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

[Maple Plot]

>