Runge Kutta methods

버전 1.0.0 (2.38 KB) 작성자: Robby Ching
A set of Runge Kutta methods for numerically evaluating an initial value problem of a 1st order ODE
다운로드 수: 539
업데이트 날짜: 2020/7/3

라이선스 보기

It is an iterative approach in finding the y value for a given x value starting from a 1st order ODE. It asks the user the ODE function and the initial values and increment value. It also lets the user choose what termination criterion to use, either a specified x value or a number of iterations. A 1st order RK method is the simple Euler's method; for a 2nd order RK equation, there are 3 choices available: Heun's method, Midpoint's method, and Ralston's method; for a 3rd order RK method, the classical 3rd order is used; for a 4th order RK method, the classical 4th order is used (RK4); for a 5th order, Butcher's 5th order is used.

인용 양식

Robby Ching (2025). Runge Kutta methods (https://kr.mathworks.com/matlabcentral/fileexchange/77678-runge-kutta-methods), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2020a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0