Book
Advanced Engineering Mathematics
Author
Erwin Kreyszig
Edition
8th Edition
#Solution of Problem Set 2.6 Problem no 4
reset()
#resets the initial values
x = var('x')
y = function ('y',x)
eq=x*diff(y,x,2)+2*diff(y,x)==0
show(eq)
print " The General solution of the above equation is "
p=desolve(eq,y,show_method=True)
print
show(p[0])
print
print " The method of solution is",
p[1]
Solution by:
- Rahul Palkar, Engineer, Auto-tex
- Ujwala Dhake, Lecturer, JNEC Aurangabad