Differences between revisions 1 and 2
Revision 1 as of 2010-12-15 13:00:14
Size: 326
Editor: manisha
Comment:
Revision 2 as of 2010-12-16 07:22:51
Size: 369
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.3-4-s
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

x=var('x')
y=function('y',x)
deq1=diff(y,x)+(y/x)==0
desolve(deq1,[y,x],ics =(1,1))

  • Solution by:

    • manisha deepthi sadhna

Kreyszig-1.3-4 (last edited 2010-12-18 08:15:25 by manishadeepthi)