Differences between revisions 1 and 2
Revision 1 as of 2010-12-17 06:23:07
Size: 445
Editor: mlec
Comment:
Revision 2 as of 2010-12-17 09:43:11
Size: 490
Editor: punchagan
Comment: Wrong template used
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Kreyszig-1.6-39-14
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

Your Code Goes Here
x=var('x')
y=function('y',x)
deq1=x^2*diff(y,x)+2*x*y-sinh(5*x)==0
r=desolve(deq1,[y,x],y)
show(r.simplify_full())

  • Solution by:

    • <amar>, <student>, <mlec>

    • <praveen>, <student>, <mlec>

    • <naveen>, <student>, <mlec>

Kreyszig-1.6-14-U (last edited 2010-12-17 09:43:11 by punchagan)