Book
Advanced Engineering Mathematics
Author
Erwin Kreyszig
Edition
8th Edition
x=var('x')
y=function('y',x)
deq1=diff(y,x)+2*y-e^x*(3*sin(2*x)+2*cos(2*x))==0
r=desolve(deq1,[y,x],y)
show(r.simplify_full())
Solution by:
<amar>, <student>, <mlec>
<praveen>, <student>, <mlec>
<naveen>, <student>, <mlec>
