Esempio n. 1
0
 def __init__(self):
     Map.__init__(self, "Cosine Map", "One-dimensional iterated map of a cosine function.")
Esempio n. 2
0
 def __init__(self):
     Map.__init__(self, 'Tinkerbell Map', ' ')
Esempio n. 3
0
 def __init__(self):
     Map.__init__(self, 'Cusp Map', 'One-dimensional iterated map with a cusp-shaped maximum.')
Esempio n. 4
0
 def __init__(self):
     Map.__init__(self, 'Kaplan-Yorke Map', 'A classically chaotic discrete map with a strange attractor introduced by Kaplan and Yorke in 1979.')
Esempio n. 5
0
 def __init__(self):
     Map.__init__(self, 'Exponential Map', 'One-dimensional iterated map of an exponential function.')
Esempio n. 6
0
 def __init__(self):
     Map.__init__(self, 'Neuron Map', 'Simplified model of spiking activity in biological neurons.')
Esempio n. 7
0
 def __init__(self):
     Map.__init__(self, "Cubic Map", "One-dimensional iterated map of a cubic function.")
Esempio n. 8
0
 def __init__(self):
     Map.__init__(self, 'Standard Map', 'Area-preserving chaotic map from a square of width 2pi onto itself, modeling a kicked rotator.')
Esempio n. 9
0
 def __init__(self):
     Map.__init__(self, "Gingerbread Map", " ")
Esempio n. 10
0
 def __init__(self):
     Map.__init__(self, 'Tent Map', 'One-dimensional iterated map with the shape of a tent, behaves similar to the logistic map.')
Esempio n. 11
0
 def __init__(self):
     Map.__init__(self, 'Circle Map', 'A simplified model of the phase-locked loop in electronics.')
Esempio n. 12
0
 def __init__(self):
     Map.__init__(self, 'Sinai Map', ' ')
Esempio n. 13
0
 def __init__(self):
     Map.__init__(self, 'Ikeda Map', 'Plane-wave model of a bistable ring cavity introduced by Ikeda in 1979.')
Esempio n. 14
0
 def __init__(self):
     Map.__init__(self, 'Logistic Map', 'Discrete-time population model demonstrating chaotic behavior, introduced by Robert May in 1976.')
Esempio n. 15
0
 def __init__(self):
     Map.__init__(self, 'Henon Map', '2-D iterated map modeling the Poincare section of the Lorenz model, introduced by Michel Henon in 1976.')