# parametric.ode f(t)=cos(a*t) g(t)=sin(b*t) par a=4,b=1 s'=1 aux x=f(s) aux y=g(s) @ xp=x,yp=y,xlo=-2,ylo=-2,xhi=2,yhi=2 @ total=50 done