|
⇤ ← Revision 1 as of 2010-12-18 08:00:21
Size: 570
Comment:
|
← Revision 2 as of 2010-12-18 10:57:32 ⇥
Size: 558
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 21: | Line 21: |
| * <santosh>, <student>, <snist> | |
| Line 22: | Line 23: |
| * <Your Name>, <Profession>, <Organization> |
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
desolve_laplace(d,[y,x])
sol:1/101*(y(0) - D[0, 0](y)(0))*cos(10*x) + 1/101*(100*y(0) + D[0,
0](y)(0))*e^x - 1/1010*(100*y(0) - 101*D[0](y)(0) + D[0,
0](y)(0))*sin(10*x)
Solution by:
<santosh>, <student>, <snist>
<Your Name>, <Profession>, <Organization>
