Differences between revisions 1 and 2
Revision 1 as of 2010-12-15 13:05:24
Size: 503
Editor: 172
Comment: thank god it executed
Revision 2 as of 2010-12-16 07:22:29
Size: 547
Editor: punchagan
Comment: Wrong template used
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Kreyszig-2.14-ex2
  • 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)+100*diff(y,x)-100*y==0
soln = desolve_laplace(deq1 ,  [y,x] , ics=[4,11,-299])
soln

  • Solution by:

    • harsha,student,ASR College of enginerring
    • sai ram phani,student,ASR college of engineering

*shankar ,student ,Pydah college of eng...

Kreyszig-2.14-2 (last edited 2010-12-17 03:54:26 by harsha)