logo

Circles.

JavaView Snapshot Mathematica Snapshot
JavaView Applet JavaView Lite Applet
A sequence of circles with increasing radius. In[1]:= a = 0.07;
In[2]:= csp = Graphics[Table[Circle[Exp[a x]{Cos[x], Sin[x]}, Exp[a x]/4], {x, 0, 10Pi, .5}], AspectRatio -> Automatic];

In[3]:= JavaView[csp]

© 1997-2017 Last modified: 22.06.2017 --- www.javaview.de --- The JavaView Project