function lorenz_system¶
- deeptime.data.lorenz_system(h: float = 2e-05, n_steps: int = 100)¶
The Lorenz system. [1]
It lives in three dimensions and is generated by the dynamical system
with , , and .
(Source code, png, hires.png, pdf)
- Parameters:
h (float) – Step size for the integrator.
n_steps (int) – Number of integration steps per evaluation / recording of the state.
- Returns:
system – The system.
- Return type:
References