Description Usage Format Author(s) References
The Lorenz-1963 model is a three-dimensional model obtained by Edouard N. Lorenz in 1963. The system reads dX/dt = -σ Y -σ Z dY/dt = X (ρ - Z) - Y dZ/dt = X Y - β Z. For (σ, ρ, β) = (10,28,8/3), it produces a chaotic behavior. The chaotic attractor reached at the convergence has become paradigmatic of chaos. Its formulation can be visualized using visuEq(nVar = 4, dMax = 2, K = Lrz63$KL, approx = 2)
1 |
An object of class list
of length 2.
Sylvain Mangiarotti sylvain.mangiarotti@cesbio.cnes.fr
Lorenz, Edward Norton (1963). "Deterministic nonperiodic flow". Journal of the Atmospheric Sciences. 20 (2): 130–141.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.