Skip to content

Runge Kutta method (RKM) for solving initial value problems (IVP's) of arbitraty order in MATLAB.

License

Notifications You must be signed in to change notification settings

JohannesReimer/matlab-rkm-ivp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Runge-Kutta methods for solving initial value problems with MATLAB

Purpose

This code solves any initial value problem (IVP) of arbitraty order using a Runge Kutta method (RKM) spcified by a Butcher tableau or method name.

Limitations

Currently, only non-adaptive RKM are supported. Solution algorithms are given for explicit and implicit problems. The latter uses the Newton-Raphson-algorithm to solve the equation at every stage of the RKM.

About

Runge Kutta method (RKM) for solving initial value problems (IVP's) of arbitraty order in MATLAB.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published