Skip to content

Systems

A curated library of canonical dynamical systems — each one defined, integrated, and analysis-ready out of the box. Browse by type, or drop straight into a definition and start simulating.

171
SYSTEMS
4
TYPES
16
SUBCATEGORIES

One system, start to finish

import tsdynamics as ts

lorenz = ts.systems.Lorenz()
traj = lorenz.integrate(final_time=100.0, dt=0.01)   # trajectory → attractor
exps = lorenz.lyapunov_spectrum()                    # [≈ +0.91, 0, ≈ −14.57]
ts.kaplan_yorke_dimension(exps)                      # ≈ 2.06

Browse by type

Type Subcategories Systems Examples
ODEs 9 136 Aizawa, Chua, DoublePendulum …
DDEs 1 6 MackeyGlass, IkedaDelay, PiecewiseCircuit …
SDEs 1 3 DoubleWell, GeometricBrownianMotion, OrnsteinUhlenbeck
Maps 5 26 Chirikov, Henon, Ikeda …