Description Usage Arguments Value See Also Examples
Ordinary differential equations fro the Lorenz system. See
the help documentation for the lorenz
data object for more information.
A parameter space defined by sigma=10
, r=28
, and b=8/3
is known
to produce chaotic motion.
1 | lorenz.ode(x, sigma=10, r=28, b=8/3)
|
x |
a three-element numeric vector representing the current X, Y, and Z states, respectively, of the Lorenz system. |
b |
the b parameter. Default: |
r |
the r parameter. Default: |
sigma |
the sigma parameter. Default: |
a vector of three values representing the Lorenz states X, Y, and Z, respectively, evaluated with the specified parameter regime.
1 | lorenz.ode(c(0.3,-0.1,1.0))
|
Loading required package: splus2R
Loading required package: ifultools
[1] -4.000000 8.200000 -2.696667
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.