Differences between revisions 1 and 2
Revision 1 as of 2010-12-15 12:38:17
Size: 379
Editor: manisha
Comment: used syntaxes of differentiation functions
Revision 2 as of 2010-12-16 07:39:36
Size: 422
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-2-S
  • 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>

    • <Sadhna>,<student>,<SNIST>

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

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