Differences between revisions 2 and 3
Revision 2 as of 2010-12-16 07:22:51
Size: 369
Editor: punchagan
Comment: Wrong template used
Revision 3 as of 2010-12-18 08:15:25
Size: 409
Comment: Initial value problem
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
   manisha
   deepthi
   sadhna
  / * <manisha>,<student>,<SNIST>
      <deepthi>,<student>,<SNIST>
   
  • 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>,<student>,<SNIST>

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

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