lorenz: Chaotic response of the Lorenz system

Description See Also Examples

Description

The Lorenz system is defined by the third order set of ordinary differential equations:

dx/dt = sigma( y - x ),

dy/dt = rx - y - xz,

dz/dt = -bz + xy

.

If the parameter set is sigma=10, r=28, b=8/3, then the system response is chaotic. The Lorenz is one the hallmark examples used in illustrating nonlinear deterministic chaotic motion.

See Also

beamchaos, ecgrr, eegduke, pd5si.

Examples

1
plot(lorenz[,1], lorenz[,3], pch=".", col="blue")

wconstan/fractal documentation built on May 4, 2019, 2:03 a.m.