Differences between revisions 2 and 3
Revision 2 as of 2010-12-18 09:05:08
Size: 454
Editor: 10
Comment:
Revision 3 as of 2010-12-18 10:53:44
Size: 454
Editor: santosh
Comment:
Deletions are marked like this. Additions are marked like this.
Line 25: Line 25:
   * <eshwara>, <student>, <snsit>    * <santosh>, <student>, <snsit>
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

automatic_names('true')

y=function('y',x)
d=diff(y,x,3)-diff(y,x,2)+100*diff(y,x,1)-100*y==0
desolve_laplace(d,[y,x],ics=(0,4,11,22))
 

sol:
422/101*e^x + 689/1010*sin(10*x) - 18/101*cos(10*x)

  • Solution by:

    • <santosh>, <student>, <snsit>

Kreyszig-2.14_2 (last edited 2010-12-18 10:53:44 by santosh)