Differences between revisions 1 and 2
Revision 1 as of 2010-12-18 05:59:22
Size: 395
Editor: anil
Comment:
Revision 2 as of 2010-12-18 06:06:27
Size: 395
Editor: anil
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
sage: plot3d(cos(x)*cos(y)*exp(-sqrt((x**2+y**2)/4)),(x,-5,5),(y,-5,5),mesh=True) sage: plot3d(cos(x)*cos(y)*exp((-sqrt(x**2+y**2))/4),(x,-5,5),(y,-5,5),mesh=True)
  • Book

    Getting started with MATLAB

    Author

    Rudra Pratap

    Edition

sage: var('y')
sage: plot3d(cos(x)*cos(y)*exp((-sqrt(x**2+y**2))/4),(x,-5,5),(y,-5,5),mesh=True)

  • Solution by:

    • <ANIL NAIR>, <STUDENT>, <CHENNAI MATHEMATICAL INSTITUTE>

    • <Your Name>, <Profession>, <Organization>

Pratap-pg no-197,eg-3 (last edited 2010-12-18 06:06:27 by anil)