int(cos(t)+5*t*sin(t)*cos(5*t),t)
p1:=plot::Curve2d([cos(2*t),sin(3*t+q)],t=0..2*PI,q=0..PI);
plot(p1,Axes=None,Scaling=Constrained);