sage: y=var('y')
sage: t=var('t')
sage: y=t*sin(t)
sage: plot(t*sin(t),(t,0,10*pi))