How can we get the solution for an 'exact differential equation' dy/dx=(x^2-y^2)/2*x*y in matlab
26 次查看(过去 30 天)
显示 更早的评论
'exact differential equation'dy/dx=(x^2-y^2)/2*x*y'
2 个评论
Star Strider
2018-9-30
You seem to have omitted the LHS.
dxdt = (x^2-y^2)/2*x*y
dydt = (x^2-y^2)/2*x*y
dxdy = (x^2-y^2)/2*x*y
dydx = (x^2-y^2)/2*x*y
or something else?
采纳的回答
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!