Skip to content

HyperBao

Systems · Continuous · Exotic systems

Dimension: 4 · Reference: Bao & Liu (2008), Chin. Phys. B 17, 4111

Equations

\[ \begin{aligned} \dot{y_{0}} &= - a y_{0} + a y_{1} + y_{3} \\ \dot{y_{1}} &= c y_{1} - y_{0} y_{2} \\ \dot{y_{2}} &= - b y_{2} + y_{0} y_{1} \\ \dot{y_{3}} &= d y_{1} y_{2} + e y_{0} \end{aligned} \]

Parameters

parameter default
a 36
b 3
c 20
d 0.1
e 21

HyperBao attractor

Usage

import tsdynamics as ts

sys = ts.HyperBao()
traj = sys.integrate(final_time=100.0, dt=0.01)

Back to Exotic systems