How to solve 3 differntial equation by Runge-Kutta 4th order

5 visualizzazioni (ultimi 30 giorni)
How to Solve 3 Differential Equations Simultaneously by Runge-Kutta 4th order.
(When the 3 differential equations are in nonlinear form.)

Risposta accettata

John D'Errico
John D'Errico il 22 Nov 2021
If you NEED to use Runge-Kutta, then this is a homework assignment, and you are not telling us, because you know that we don't do your homework assignments here.
If it IS your homework assignment, then surely you can find pseudo-code to implement Runge-Kutta online? Start here:
If not homework, then you really don't need to use specifically Runge-Kutta, do you? And certainly, you don't need to write the code yourself. So start by reading the help docs for ODE45, looking carefully at the examples. Depending on the extent of the nonlinearity, that may suffice. If not, then you will need to spend some time actively researching methods to solve nonlinear ODE systems. But I'd bet this really is about your homework.
  1 Commento
Surayut Puttipatkl
Surayut Puttipatkl il 22 Nov 2021
Thank you for your reply, this isn't my homework, but maybe my brother's. I saw this problem on computer and I just practiced using MATLAB and I couldn't solve it. Next I will try to do it myself. Thank you.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Numerical Integration and Differential Equations in Help Center e File Exchange

Prodotti


Release

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by