Ornamente mit Sinus und Cosinus

g=g+1;y=2*sing(g); x = 5*cosg(g) + 0,01*g

g=g+1;y=2*abs(sing(g)); x = 5*cosg(g) + 0,01*g

g=g+1;y=2*sing(1,5*g); x = 5*cosg(g) + 0,01*g

g=g+1;y= sing(3*g); x = 6*cosg(g) + 0,02*g

g=g+1;y= 4*sing(g); x = 5*cosg(3*g) + 0,02*g

g=g+1;y= 4*sing(g); x = abs(5*cosg(3*g)) + 0,02*g
Nach rechts wird der Streifen scheinbar schmaler (optische Täuschung)

g=g+1;y=6*sing(5*g); x = 1*sing(10*g) + 0,05*g

Spirale
g=g+1;y=6*sing(5*g)^2; x = 1*sing(10*g) + 0,05*g

Pinguine
g=g+1;y=6*sing(5*g); x = 1*sing(10*g)^2 + 0,05*g

g=g+1; a=3; f=int((g+45)/360)*45;
r=wrz(a*abs(2*cosg(2*g)));c= a*cosg(g)^2*r; d = a*sing(g)^2*r; x=c*cosg(f)-d*sing(f);
y=c*sing(f)+d*cosg(f);

g=g+1; a=3; f=int((g+45)/360)*45;
r=wrz(a*abs(2*cosg(2*g)));c= a*cosg(g)^2*r; d = a*sing(g)*r; x=c*cosg(f)-d*sing(f); y=c*sing(f)
+d*cosg(f);l=l+1;