Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2010-12-18 07:37:13
Size: 259
Editor: sonampy.cmi
Comment:
Revision 3 as of 2010-12-18 07:47:13
Size: 271
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))
Line 15: Line 15:
   * <Sonam Kumar, Student, CMI    * Sonam Kumar, Student, CMI
  • 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-2 (last edited 2010-12-18 07:47:13 by sonampy.cmi)