Vectorized Implementation of Runge-Kutta-Methods

Carries out numerical Integration of initial value problems of ODEs using standard Runge-Kutta-Methods.

You are now following this Submission

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 (2026). Vectorized Implementation of Runge-Kutta-Methods (https://se.mathworks.com/matlabcentral/fileexchange/72800-vectorized-implementation-of-runge-kutta-methods), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.1.1

Updated description.

1.1.0

1.0.0 Initial upload
1.1.0 Added multi-step methods.

1.0.0