MarketDormand–Prince method
Company Profile

Dormand–Prince method

In numerical analysis, the Dormand–Prince (RKDP) method or DOPRI method, is an embedded method for solving ordinary differential equations (ODE). The method is a member of the Runge–Kutta family of ODE solvers. More specifically, it uses six function evaluations to calculate fourth- and fifth-order accurate solutions. The difference between these solutions is then taken to be the error of the (fourth-order) solution. This error estimate is very convenient for adaptive stepsize integration algorithms. Other similar integration methods are Fehlberg (RKF) and Cash–Karp (RKCK).

Butcher tableau
The Butcher tableau is: The first row of b coefficients gives the fifth-order accurate solution, and the second row gives the fourth-order accurate solution. == Applications ==
Applications
Dormand–Prince is the default method in the ode45 solver for MATLAB and GNU Octave and is the default choice for the Simulink's model explorer solver. It is an option in Python's SciPy ODE integration library and in Julia's ODE solvers library. Implementations for the languages Fortran, Java, C++, and Rust are also available. == Notes==
tickerdossier.comtickerdossier.substack.com