⇤ ← Revision 1 as of 2010-12-17 11:45:43
Size: 449
Comment:
|
← Revision 2 as of 2010-12-17 11:46:32 ⇥
Size: 415
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 19: | Line 19: |
* <Your Name>, <Profession>, <Organization> * <Your Name>, <Profession>, <Organization> |
* V Krishna Harsha , Student , ASR College Of Engineering |
Book
Advanced Engineering Mathematics
Author
Erwin Kreyszig
Edition
8th Edition
x = var('x') y = function('y',x) deq1 = diff(y,x,3)-diff(y,x,2)-diff(y,x)+y==0 soln = desolve_laplace(deq1 , [y,x] , ics=[2,1,0]) soln plot(y)
Solution by:
- V Krishna Harsha , Student , ASR College Of Engineering