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.
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.