lorenz63#

diffeqzoo.ivps.lorenz63(*, initial_values=(0.0, 1.0, 1.05), time_span=(0.0, 20.0), parameters=(10.0, 28.0, 2.6666666666666665))[source]#

Construct the Lorenz63 model.

The Lorenz63 model, initially used for atmospheric convection, is a common example of an initial value problem that has a chaotic solution.

It was proposed by Lorenz (1963).

BibTex for Lorenz (1963)
@article{lorenz1963deterministic,
    title={Deterministic nonperiodic flow},
    author={Lorenz, Edward N},
    journal={Journal of atmospheric sciences},
    volume={20},
    number={2},
    pages={130--141},
    year={1963}
}