Dormand–Prince method

ID: dormand-prince-method

The Dormand–Prince method is a family of numerical algorithms used for solving ordinary differential equations (ODEs). It is an adaptive Runge-Kutta method, specifically designed to provide efficient and accurate solutions with a controlled error estimation, making it particularly useful for problems where the required precision might change over the course of the integration.

New to topics? Read the docs here!