Mahmoud's Twisted Lobes:

This space curve was produced using the following Maple commands:

> x:=exp((sin(12*t))*cos(t));
> y:=exp(sin(t));
> z:=exp(1/10*sin(12*t));

                      x := exp(sin(12 t) cos(t))


                           y := exp(sin(t))


                       z := exp(1/10 sin(12 t))

> with(plots):
> spacecurve([x,y,z],t=0..8*Pi,numpoints=1000,
>   axes='NORMAL',thickness=2,orientation=[85,75]);

SFU / Math & Stats / ~hebron / math252 / assignments / sol03 / studentcurves / mahmoud.html

Revised 11 Feburary 1999 by John Hebron.