|
Size: 739
Comment:
|
← Revision 3 as of 2010-12-18 10:52:52 ⇥
Size: 728
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 24: | Line 24: |
| * <anvesh>, <Student>, <Sreenidhi Institute of science and Technology> * <Your Name>, <Profession>, <Organization> |
* <santosh>, <Student>, <Sreenidhi Institute of science and Technology> * <santosh>, <student>, <snist> |
Book
Advanced Engineering Mathematics
Author
Erwin Kreyszig
Edition
8th Edition
y=var('y')
y=function('y',x)
dy=diff(y,x,4)-2*diff(y,x,2)+y==0
desolve_laplace(dy,y,x)
sol:
1/4*x*e^(-x)*y(0) - 1/4*x*e^(-x)*D[0](y)(0) - 1/4*x*e^(-x)*D[0, 0](y)(0)
+ 1/4*x*e^(-x)*D[0, 0, 0](y)(0) - 1/4*x*e^x*y(0) - 1/4*x*e^x*D[0](y)(0)
+ 1/4*x*e^x*D[0, 0](y)(0) + 1/4*x*e^x*D[0, 0, 0](y)(0) + 1/4*(2*y(0) -
3*D[0](y)(0) + D[0, 0, 0](y)(0))*e^(-x) + 1/4*(2*y(0) + 3*D[0](y)(0) -
D[0, 0, 0](y)(0))*e^x
Solution by:
<santosh>, <Student>, <Sreenidhi Institute of science and Technology>
<santosh>, <student>, <snist>
