Skip to content

ForcedFitzHughNagumo

Systems · Continuous · Chem bio systems

Dimension: 3

Equations

\[ \begin{aligned} \dot{y_{0}} &= curr + f \sin{\left(y_{2} \right)} - \frac{y_{0}^{3}}{3} + y_{0} - y_{1} \\ \dot{y_{1}} &= \gamma \left(a - b y_{1} + y_{0}\right) \\ \dot{y_{2}} &= \omega \end{aligned} \]

Parameters

parameter default
a 0.7
b 0.8
curr 0.965
f 0.4008225
gamma 0.08
omega 0.043650793650793655

ForcedFitzHughNagumo attractor

Usage

import tsdynamics as ts

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

Back to Chem bio systems