¦^¤W­¶

> restart;

> m:=[[-3*cos(t)-cos(-3*t),-3*sin(t)-sin(-3*t)],[-3*cos(t)+cos(-3*t),-3*sin(t)+sin(-3*t)]];

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

> t:=n*Pi/50;

t := 1/50*n*Pi

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

[Maple Plot]

>