Runge Kutta 4th order

Classical 4th order Runge-Kutta method
2.1K Downloads
Updated 19 Dec 2018

View License

In numerical analysis, the Runge–Kutta methods are a family of iterative methods used for approximate solutions of ordinary differential equations. Here, integration of the normalized two-body problem from t0 = 0 to t = 86400(s) for an eccentricity of e = 0.1 is implemented.

Cite As

Meysam Mahooti (2026). Runge Kutta 4th order (https://www.mathworks.com/matlabcentral/fileexchange/55430-runge-kutta-4th-order), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2018a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Version Published Release Notes
1.1

Title is changed.

1.0.0.0

Accuracy assessment is added to RK4_test.m
.