Differences between revisions 1 and 2
Revision 1 as of 2010-08-11 11:05:18
Size: 440
Editor: PraveenKumar
Comment:
Revision 2 as of 2010-08-11 11:34:07
Size: 437
Editor: PraveenKumar
Comment: Could Not be Solved : NotImplementedError
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
sol
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

#prob 44 Riccati Equation
x=var('x')

y=function('y',x)

diffeq=(x**3)*(y-x)**2+y/x
sol=desolve(diffeq,[y,x])

  • Solution by:

    • Praveen Kumar,Student,IIT Roorkee
    • Swati Ahuja,Student,IIT Roorkee
    • Aashita, STudent,IIT Roorkee

SageDays/Kreyszig-1.6-44 (last edited 2010-08-11 11:39:37 by PraveenKumar)