Differences between revisions 1 and 2
Revision 1 as of 2010-12-17 06:17:18
Size: 419
Editor: mlec
Comment:
Revision 2 as of 2010-12-17 09:38:54
Size: 464
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-1.6-39-11
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

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

  • Solution by:

    • <amar>, <student>, <mlec>

    • <praveen>, <student>, <mlec>

    • <naveen>, <student>, <mlec>

Kreyszig-1.6-11-U (last edited 2010-12-17 09:38:54 by punchagan)