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

1 visualización (últimos 30 días)
How to Solve 3 Differential Equations Simultaneously by Runge-Kutta 4th order.
(When the 3 differential equations are in nonlinear form.)

Respuesta aceptada

John D'Errico
John D'Errico el 22 de Nov. de 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 comentario
Surayut Puttipatkl
Surayut Puttipatkl el 22 de Nov. de 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.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Numerical Integration and Differential Equations en Help Center y File Exchange.

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by