Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2010-12-15 13:05:24
Size: 503
Editor: 172
Comment: thank god it executed
Revision 3 as of 2010-12-17 03:54:26
Size: 453
Editor: harsha
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Kreyszig-2.14-ex2
Line 19: Line 20:
   * sai ram phani,student,ASR college of engineering
*shankar ,student ,Pydah college of eng...
   
  • 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

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