Hsin-Hou's Lobe-otomy:
This space curve was produced using the following Maple
commands:
> x:=cos(12*t)*cos(t);
> y:=cos(12*t)*sin(t);
> z:=t;
x := cos(12 t) cos(t)
y := cos(12 t) sin(t)
z := t
> with(plots):
> spacecurve([x,y,z],t=0..4*Pi,numpoints=4000,
> axes='NORMAL',thickness=2);
SFU /
Math & Stats /
~hebron /
math252 /
assignments /
sol03 /
studentcurves /
hsin-hou.html
Revised 11 Feburary 1999 by
John Hebron.