Differences between revisions 5 and 6
Revision 5 as of 2010-08-11 10:51:36
Size: 450
Editor: SWATI AHUJA
Comment:
Revision 6 as of 2010-08-11 10:52:34
Size: 601
Editor: Aashita
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:

---- /!\ '''Edit conflict - other version:''' ----
Line 13: Line 15:

---- /!\ '''Edit conflict - your version:''' ----

---- /!\ '''End of edit conflict''' ----
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

x = var('x')   
y = function('y',x)   
sol=desolve (diff(y,x) + 6*x^2*y - (exp(-2*x^3))/x^2, [y,x], ics=(1,0))
sol

---- /!\ '''Edit conflict - other version:''' ----


/!\ Edit conflict - your version:



/!\ End of edit conflict


  • Solution by:

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

SageDays/Kreyszig-1.6-20 (last edited 2010-08-11 10:52:34 by Aashita)