> x:=sin(t)+1; > y:=t*cos(x)+1/10; > z:=1/2*sin(12*t); x := sin(t) + 1 y := t cos(sin(t) + 1) + 1/10 z := 1/2 sin(12 t) > with(plots): > spacecurve([x,y,z],t=0..8*Pi,numpoints=1000, > axes='BOXED',thickness=2,orientation=[30,5]);