Neil's Semi-Cylinder:

This space curve was produced using the following Maple commands:

> x:=sin(sin(t))*sin(t);
> y:=cos(sin(t))*sin(t);
> z:=t^2;

                       x := sin(sin(t)) sin(t)


                       y := cos(sin(t)) sin(t)


                                     2
                               z := t

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

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

Revised 11 Feburary 1999 by John Hebron.