Differences between revisions 2 and 3
Revision 2 as of 2010-12-16 07:39:36
Size: 422
Editor: punchagan
Comment: Wrong template used
Revision 3 as of 2010-12-18 08:10:15
Size: 390
Comment: ordinary differential equation
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:
   *<Sadhna>,<student>,<SNIST>
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

x=var('x')
y=function('y',x)
deq1=diff(y,x)-y^2-1==0
desolve(deq1,[y,x])

  • Solution by:

    • <manisha>,<student>,<SNIST>

    • <deepthi>,<student>,<SNIST>

Kreyszig-1.3-2 (last edited 2010-12-18 08:10:15 by manishadeepthi)