ENGI 4430 Example 2.01
Curve given parametrically by
,
,
:
In the Maple worksheet, click on the plot and drag with your mouse to change your viewing angles.
> | with(plots): |
> |
spacecurve(<(2*t - sin(2*t))/4, cos(2*t)/4, sin(t)>,
t=0..4*Pi,
shading=z, axes=normal, view=[0..2*Pi,-0.3..0.3,-1..1], orientation=[-135,60]); |
![]() |