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

RK4 : RK : Solver : Object
ExtensionExtension

numerical algorithm for solving ordinary differential equations
Source: Solver.sc

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.

Class Methods

Inherited class methods

Instance Methods

Inherited instance methods

Undocumented instance methods

.dydt

Authors

Miguel Negro, 2009.