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