Runge-Kutta 3
이전 댓글 표시
how to use Runge Kutta 3 to solve an equation (2x''-x'²+4=0) for example.I have the initial values and the step sizes. Thanks
댓글 수: 6
Jan
2019년 3월 27일
What have you tried so far? What exactly is "Runge Kutta 3"? Did you convert the equation of order 2 to a system of equations of order 1 already?
James Tursa
2019년 3월 27일
Are you supposed to write your own RK code or can you use a MATLAB solver such as ode45? (Nobody uses an RK3 method because in the derivation the error terms fall out naturally to produce an RK4 method).
Abdelkarim Zribi
2019년 3월 29일
James Tursa
2019년 3월 29일
Please format your code so that it is readable.
Abdelkarim Zribi
2019년 3월 30일
편집: John D'Errico
2019년 3월 30일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Runge Kutta Methods에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!