Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2010-08-09 14:00:33
Size: 362
Editor: Aashita
Comment:
Revision 3 as of 2010-08-09 14:04:44
Size: 446
Editor: PraveenKumar
Comment:
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:
   * Praveen Kumar, Student, IIT Roorkee
   * Swati Ahuja,Student,IIT Roorkee

  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

x = var('x') 
k = var('k') 
y = function('y',x)
d=diff(y,x) + k*y - exp(-k*x)
sol=desolve(d,[y,x])
sol

  • Solution by:

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

SageDays/Kreyszig-1.6-7 (last edited 2010-08-11 11:02:20 by Aashita)