Differences between revisions 1 and 2
Revision 1 as of 2010-08-11 10:34:30
Size: 406
Editor: Aashita
Comment:
Revision 2 as of 2010-08-11 10:35:24
Size: 416
Editor: Aashita
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
Your Code Goes Here
Copy the sage notebook text and paste/yank it here!
x = var('x')
y = function('y',x)
sol=desolve(diff(y,x) +3*x*y, [y,x])
sol
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

x = var('x')   
y = function('y',x)   
sol=desolve(diff(y,x) +3*x*y, [y,x])
sol

  • Solution by:

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

SageDays/Kreyszig-1.6-5 (last edited 2010-08-11 10:54:30 by SWATI AHUJA)