4-5.mws

> restart;

> x:=cos(t);

x := cos(t)

> y:=sin(t);

y := sin(t)

> m:=[[x,y],[2*x^2-1,2*x*y]];

m := [[cos(t), sin(t)], [2*cos(t)^2-1, 2*cos(t)*sin...

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

t := 1/50*k*Pi

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

[Maple Plot]