brainpy.datasets.chaotic_systems.lorenz_series#

brainpy.datasets.chaotic_systems.lorenz_series(duration, dt=0.001, sigma=10, beta=2.6666666666666665, rho=28, method='rk4', inits=None, numpy_mon=False)[source]#

The Lorenz system.

The Lorenz system is a system of ordinary differential equations first studied by mathematician and meteorologist Edward Lorenz.

Returns

data – A dict data with the keys of ts, x, y, and z, where ts is the history time value, x, y, z are history values of the variable in the Lorenz system.

Return type

dict

References

6

https://brainpy-examples.readthedocs.io/en/latest/classical_dynamical_systems/lorenz_system.html