Skip to content

IsothermalChemical

Systems · Continuous · Chem bio systems

Dimension: 3

Equations

\[ \begin{aligned} \dot{y_{0}} &= \mu \left(\kappa + y_{2}\right) - y_{0} y_{1}^{2} - y_{0} \\ \dot{y_{1}} &= \frac{y_{0} y_{1}^{2} + y_{0} - y_{1}}{\sigma} \\ \dot{y_{2}} &= \frac{y_{1} - y_{2}}{\delta} \end{aligned} \]

Parameters

parameter default
delta 1.0
kappa 2.5
mu 0.29786
sigma 0.013

IsothermalChemical attractor

Usage

import tsdynamics as ts

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

Back to Chem bio systems