Differences between revisions 1 and 2
Revision 1 as of 2010-12-18 07:17:11
Size: 712
Editor: santosh
Comment:
Revision 2 as of 2010-12-18 09:18:45
Size: 739
Editor: anvesh
Comment:
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
   * <anvesh>, <Student>, <Sreenidhi Institute of science and Technology>
Line 25: Line 26:
   * <Your Name>, <Profession>, <Organization>
  • 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:

    • <anvesh>, <Student>, <Sreenidhi Institute of science and Technology>

    • <Your Name>, <Profession>, <Organization>

Kreyszig-2.14_33 (last edited 2010-12-18 10:52:52 by santosh)