Differences between revisions 2 and 3
Revision 2 as of 2010-08-11 10:55:48
Size: 415
Editor: Aashita
Comment:
Revision 3 as of 2010-08-11 10:57:32
Size: 415
Editor: Aashita
Comment:
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
   * Kesarwani Aashita, Student, IIT Roorkee    * Aashita Kesarwani, Student, IIT Roorkee
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

var('x')
y=function('y',x)
print desolve(diff(y,x)+y*sin(x)-exp(cos(x)),[y,x])

  • Solution by:

    • Swati Ahuja, Student, IIT Roorkee
    • Aashita Kesarwani, Student, IIT Roorkee
    • Praveen Kumar, Student, IIT Roorkee

SageDays/Kreyszig-1.6-13 (last edited 2010-08-11 10:57:32 by Aashita)