|
⇤ ← Revision 1 as of 2010-12-18 07:35:42
Size: 257
Comment:
|
← Revision 2 as of 2010-12-18 07:46:22 ⇥
Size: 270
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
