InterviewSolution
Saved Bookmarks
| 1. |
Solve the differential equation `(1+e^(x//y))sx+e^(x//y)(1-(x)/(y))dy=0.` Or Find the general solution of the differential equation `(1+tany)(dx-dy)+2xdy=0.` |
|
Answer» Correct Answer - `(e^(x)//y+(x)/(y))y=C` Or x(cosy+siny)e^(y)=e^(y)siny+C` |
|