How can we get the solution for an 'exact differential equation' dy/dx=(x^2-y^2)/2*x*y in matlab
9 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
'exact differential equation'dy/dx=(x^2-y^2)/2*x*y'
2 Commenti
Star Strider
il 30 Set 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?
Risposta accettata
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!