Differences between revisions 1 and 2
Revision 1 as of 2010-08-11 13:21:45
Size: 335
Editor: Abhi-akash
Comment:
Revision 2 as of 2010-08-11 13:51:53
Size: 347
Editor: Abhi-akash
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
Line 8: Line 9:
OBSOLETE
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

OBSOLETE
var('x,y')
y=function('y',x)
desolve(diff(y,x,2)*x*x - 4*diff(y,x)*x + 6*y == 21/x^4, dvar = y)

  • Solution by:

    • Akash Singh, Student, CRCE

SageDays/Kreyszig-2.11-11 (last edited 2010-08-11 13:51:53 by Abhi-akash)