Differences between revisions 1 and 2
Revision 1 as of 2010-12-18 05:30:10
Size: 389
Editor: 10
Comment:
Revision 2 as of 2010-12-18 08:08:32
Size: 393
Editor: shankar
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
   * k.k.sairam phani, student, ASR college of engg, Tanuku, A.P    * Indana Ravi Shankar, student, Pydah college of engg, Vizag, A.P
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

x = var('x')
y = function('y',x)
deq1 = diff(y,x,4)+5*diff(y,x,2)+4*y==0
soln = desolve_laplace(deq1 ,  [y,x])
soln

  • Solution by:

    • Indana Ravi Shankar, student, Pydah college of engg, Vizag, A.P

Kreyszig-2.14-1-U (last edited 2010-12-18 08:12:41 by kksairamphani)