4-2.mws

Construct the line segments joining (cos(t),0) with (0,sin(t)) as t ranges over [0,2p].

> x:=cos(t):

> y:=sin(t):

> m:=[[x,0],[0,y]]:

> t:=n*2*Pi/100:

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

[Maple Plot]

>

>