Vocabulary math .
runge-kutta Inputs Outputs Word description Simple runge-kutta implementation for generating 4th-order 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.101 x86.64 (2285, heads/master-4a71effa9e, Nov 22 2024 17:20:18)