Book
Getting started with MATLAB
Author
Rudra Pratap
Edition
sage: y,z,t=var('y,z,t') sage: x(t)=t sage: y(t)=t**2 sage: z(t)=t**3 sage: parametric_plot3d((x(t),y(t),z(t)),(t,0,1))
Solution by:
< VINAY>, < STUDENT >, < SYmbiosis,pune >
<Your Name>, <Profession>, <Organization>