Runge Kutta 4th order

Classical 4th order Runge-Kutta method
1.9K 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 (2024). 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

Community Treasure Hunt

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

Start Hunting!

Runge Kutta 4th order

Version Published Release Notes
1.1

Title is changed.

1.0.0.0

Accuracy assessment is added to RK4_test.m
.