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

조회 수: 5 (최근 30일)
How to Solve 3 Differential Equations Simultaneously by Runge-Kutta 4th order.
(When the 3 differential equations are in nonlinear form.)

채택된 답변

John D'Errico
John D'Errico 2021년 11월 22일
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
Surayut Puttipatkl
Surayut Puttipatkl 2021년 11월 22일
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.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Numerical Integration and Differential Equations에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by