Vectorized Implementation of Runge-Kutta-Methods

Version 1.1.1 (14.4 KB) by Joe S
Carries out numerical Integration of initial value problems of ODEs using standard Runge-Kutta-Methods.
112 Downloads
Updated 29 Sep 2019

View License

This small package provides two classes for the numerical integration of initial value problems of ordinary differential equations. The first class contains Information about the ODE itself, whereas the second class contains methods for the actual integration.

The integration method can be assigned by name (a few are preimplemented) or by passing a Butcher-Tableau/multistep scheme to a specific class method. The implementation is vectorized and well-documented. Demo-files are included for testing the package.

Please rate, report any bugs and give suggestions. Have fun.

Cite As

Joe S (2024). Vectorized Implementation of Runge-Kutta-Methods (https://www.mathworks.com/matlabcentral/fileexchange/72800-vectorized-implementation-of-runge-kutta-methods), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2019b
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!
Version Published Release Notes
1.1.1

Updated description.

1.1.0

1.0.0 Initial upload
1.1.0 Added multi-step methods.

1.0.0