Vectorized Implementation of Runge-Kutta-Methods

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

Al momento, stai seguendo questo contributo

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.

Cita come

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

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
1.1.1

Updated description.

1.1.0

1.0.0 Initial upload
1.1.0 Added multi-step methods.

1.0.0