RK4:
Filter:
MathLib/Classes (extension) | Math | Libraries > MathLib > Solvers

RK4
ExtensionExtension

numerical algorithm for solving ordinary differential equations

Description

Implements the Runge-Kutta order 4 algoritm: http://en.wikipedia.org/wiki/Runge-kutta.

NOTE: This is considered a very good and robust algorithm.

Part of MathLib, a diverse library of mathematical functions.

Authors

Miguel Negro, 2009.