System of non linear differential equations
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi, I'm trying to solve a system of non linear differential equations, in which dv/dt is a function of two parameters (v and r) and dr/dt is a function of v and r. I need to obtain the values of v and r. Any suggestions?
0 Kommentare
Antworten (1)
Sara
am 5 Jun. 2014
You can use ode45 for non-stiff problems and ode15s for stiff problems
2 Kommentare
Siehe auch
Kategorien
Mehr zu Numerical Integration and Differential Equations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!