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