Differences between revisions 1 and 2
Revision 1 as of 2010-12-18 07:35:42
Size: 257
Editor: sonampy.cmi
Comment:
Revision 2 as of 2010-12-18 07:46:22
Size: 270
Editor: sonampy.cmi
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
plot(exp(-t), t, (t, 0, 2*pi))}}} parametric_plot((exp(-t), t), (t, 0, 2*pi))}}}
  • Book

    Getting started with MATLAB

    Author

    Rudra Pratap

    Edition

var('t')
parametric_plot((exp(-t), t), (t, 0, 2*pi))

  • Solution by:

    • Sonam Kumar, Student, CMI

Pratap-6.1.5 (last edited 2010-12-18 07:46:22 by sonampy.cmi)