Basic Examples 
(5)
 

Plot a spirograph:
In[40]:=
[◼]
Spirograph

5
∑
j=1
jφ

j+1
,φ
Out[40]=
———
A more complicated spirograph:
In[41]:=
[◼]
Spirograph

13
∑
j=1
Cos[
2
j
]
jφ

,φ
Out[41]=
———
Half of the path of the spirograph:
In[6]:=
[◼]
Spirograph

13
∑
j=1
Cos[
2
j
]
jφ

,φ,π
Out[6]=
———
Convert the curve to a polygon:
In[42]:=
[◼]
Spirograph

13
∑
j=1
Cos[
2
j
]
jφ

,φ/.LinePolygon
Out[42]=
———
Spirographs with random values:
In[8]:=
GraphicsGridTable
[◼]
Spirograph

12
∑
j=1
RandomComplex[{-1-I,1+I}]
jφ

,φ,{3},{3}
Out[8]=

Options 
(5)
 


Applications 
(7)
 
