Differences between revisions 1 and 2
Revision 1 as of 2010-12-18 05:16:25
Size: 379
Editor: anil
Comment:
Revision 2 as of 2010-12-18 05:47:20
Size: 389
Editor: anil
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
var('y')
plot3d(x^2+y^2-5*sin(x*y),(x,-2,2),(y,-2,2), color='orange', mesh=True)
sage:var('y')
sage:plot3d(x^2+y^2-5*sin(x*y),(x,-2,2),(y,-2,2), color='orange', mesh=True)
  • Book

    Getting started with MATLAB

    Author

    Rudra Pratap

    Edition

sage:var('y')
sage:plot3d(x^2+y^2-5*sin(x*y),(x,-2,2),(y,-2,2), color='orange', mesh=True)

  • Solution by:

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

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

Pratap-pg no-188,eg-4 (last edited 2010-12-18 05:47:20 by anil)