def __init__(self): ODE.__init__(self, 'Lorenz Attractor', 'Simplified equations of atmospheric convection introduced by Edward Lorenz in 1963.')
def __init__(self): ODE.__init__(self, 'Rabinovich-Fabrikant', 'Models stochasticity due to modulation instability in a non-equilibrium dissipative medium.')
def __init__(self): ODE.__init__(self, 'Rikitaki Dynamo', 'Model for the dynamics of magnetic pole variation, introduced by Rikitaki in 1958.')
def __init__(self): ODE.__init__(self, 'Vallis System', 'Model of temperature fluctuations in the equatorial ocean, introduced by Vallis in 1986.')
def __init__(self): ODE.__init__(self, 'El Nino', ' ') self.t = 0
def __init__(self): ODE.__init__( self, "Rossler Attractor", "Model with behavior similar to the Lorenz attractor, introduced by Otto Rossler in 1976.", )
def __init__(self): ODE.__init__(self, 'Chua\'s Circuit', 'Chua\'s circuit is a simple electronic circuit that exhibits chaotic behavior.')