Lorenz¶
Systems · Continuous · Chaotic attractors
Lorenz (1963) strange attractor.
Dimension: 3 · Reference: Lorenz (1963), J. Atmos. Sci. 20, 130-141
Equations¶
\[
\begin{aligned}
\dot{x} &= \sigma \left(- x + y\right) \\
\dot{y} &= \rho x - x z - y \\
\dot{z} &= - \beta z + x y
\end{aligned}
\]
Parameters¶
| parameter | default |
|---|---|
sigma |
10.0 |
rho |
28.0 |
beta |
2.6666666666666665 |
Variables: x, y, z
