How can we get the solution for an 'exact differential equation' dy/dx=(x^2-y^2)/2*x*y in matlab
21 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
'exact differential equation'dy/dx=(x^2-y^2)/2*x*y'
2 commentaires
Star Strider
le 30 Sep 2018
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?
Réponse acceptée
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!