Vocabulary math .
runge-kutta Inputs Outputs Word description Simple runge-kutta implementation for generating approximated solutions for a set of first order differential equations
Examples A lorenz attractor is a popular system to model with this:
USING: math.runge-kutta math.runge-kutta.examples ;
lorenz.
note that the produced chart is a 2 dimensional representation of a 3 dimensional solution. Similarly, the rabinovich-fabrikant system (stable alpha-gamma limit cycle):
USING: math.runge-kutta math.runge-kutta.examples ;
rabinovich-fabrikant.
Definition
This documentation was generated offline from a
load-all image. If you want, you can also
browse the documentation from within the UI developer tools . See
the Factor website
for more information.
Factor 0.102 x86.64 (2301, heads/master-7a7f571058, Mar 10 2026 18:04:59)