Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2010-12-15 12:44:22
Size: 389
Editor: manisha
Comment:
Revision 3 as of 2010-12-18 08:08:34
Size: 405
Comment: ordinary differential equation
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Kreyszig-1.3-1-s
Line 19: Line 20:
   *<sadhna>,<student>,<snist>    
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

x= var('x')
y= function('y',x)
deq1 = (9*y*diff(y,x))+(4*x)==0
desolve(deq1 ,[y,x])

  • Solution by:

    • <manisha>,<student>,<snist>

    • <deepthi>,<student>,<snist>

Kreyszig-1.3-1 (last edited 2010-12-18 08:08:34 by manishadeepthi)