lorenz.ode: Lorenz system ODEs

Description Usage Arguments Value See Also Examples

Description

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.

Usage

1
lorenz.ode(x, sigma=10, r=28, b=8/3)

Arguments

x

a three-element numeric vector representing the current X, Y, and Z states, respectively, of the Lorenz system.

b

the b parameter. Default: 8/3.

r

the r parameter. Default: 28.

sigma

the sigma parameter. Default: 10.

Value

a vector of three values representing the Lorenz states X, Y, and Z, respectively, evaluated with the specified parameter regime.

See Also

lorenz, henon.

Examples

1
lorenz.ode(c(0.3,-0.1,1.0))

Example output

Loading required package: splus2R
Loading required package: ifultools
[1] -4.000000  8.200000 -2.696667

fractal documentation built on May 2, 2019, 6:07 p.m.

Related to lorenz.ode in fractal...