Handbook
Glossary
lorenz. ( -- )
Vocabulary
math
.
runge-kutta
.
examples
Inputs
None
Outputs
None
Definition
USING:
accessors
kernel
math.matrices
math.runge-kutta
ui.gadgets
ui.gadgets.charts
ui.gadgets.charts.lines
ui.gadgets.panes
ui.theme
;
IN:
math.runge-kutta.examples
:
lorenz.
( -- )
chart
new
{
{
-20 20
}
{
-20 20
}
}
>>axes
line
new
link-color
>>color
<lorenz>
<runge-kutta-4>
{
0 3
}
cols-except
>>data
add-gadget
gadget.
;