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

RK3 : RK : Solver : Object
ExtensionExtension

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

Description

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

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.