|
⇤ ← Revision 1 as of 2010-08-11 10:36:11
Size: 429
Comment:
|
← Revision 2 as of 2010-08-11 10:53:54 ⇥
Size: 430
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 17: | Line 17: |
| *Aashita Kesarwani, Student, IIT Roorkee | * Aashita Kesarwani, Student, IIT Roorkee |
Book
Advanced Engineering Mathematics
Author
Erwin Kreyszig
Edition
8th Edition
x = var('x')
y = function('y',x)
sol=desolve (diff(y,x) - 1- y^2, [y,x], ics=(0,0))
sol
Solution by:
- Aashita Kesarwani, Student, IIT Roorkee
- Praveen Kumar, Student, IIT Roorkee
- Swati Ahuja, Student, IIT Roorkee
