Differences between revisions 3 and 4
Revision 3 as of 2010-12-17 09:09:19
Size: 409
Editor: punchagan
Comment: Wrong template used
Revision 4 as of 2010-12-17 10:42:51
Size: 407
Editor: vssvss
Comment:
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:
   * A.sai kiran reddy ,student,snist    * shivashankar.v
vignan college
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

x=var('x')
y=function('y',x)
deq1=diff(y,x)+4*y-cos(x)==0
r=desolve(deq1,[y,x],y)
show(r.simplify_full())

.

  • Solution by:

    • shivashankar.v

vignan college

Kreyszig-1.6-8 (last edited 2010-12-17 10:42:51 by vssvss)