How to solve this system using ODE45?
Afficher commentaires plus anciens
The ODE system
dx/dt = -8/3 x + yz;
dy/dt = -10y + 10z;
dz/dt = -x*y + 28y - z when t=[0,50]
I only learned how to solve one equation each but,
I wanna solve this system using ODE45 on matlab
please help me how to make the script.
Réponse acceptée
Plus de réponses (1)
Sameer kumar nayak
le 25 Jan 2020
0 votes
7d²x/dt²+3dx/dt+5x+6=0 how can we solve using matlab using ode45??
1 commentaire
Steven Lord
le 25 Jan 2020
See the "Nonstiff van der Pol Equation" example on this documentation page. You should be able to use the same techniques as that example to solve your ODE.
Catégories
En savoir plus sur Ordinary Differential Equations dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!