Beispiel #1
0
 def __init__(self):
     Map.__init__(self, "Cosine Map", "One-dimensional iterated map of a cosine function.")
Beispiel #2
0
 def __init__(self):
     Map.__init__(self, 'Tinkerbell Map', ' ')
Beispiel #3
0
 def __init__(self):
     Map.__init__(self, 'Cusp Map', 'One-dimensional iterated map with a cusp-shaped maximum.')
Beispiel #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.')
Beispiel #5
0
 def __init__(self):
     Map.__init__(self, 'Exponential Map', 'One-dimensional iterated map of an exponential function.')
Beispiel #6
0
 def __init__(self):
     Map.__init__(self, 'Neuron Map', 'Simplified model of spiking activity in biological neurons.')
Beispiel #7
0
 def __init__(self):
     Map.__init__(self, "Cubic Map", "One-dimensional iterated map of a cubic function.")
Beispiel #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.')
Beispiel #9
0
 def __init__(self):
     Map.__init__(self, "Gingerbread Map", " ")
Beispiel #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.')
Beispiel #11
0
 def __init__(self):
     Map.__init__(self, 'Circle Map', 'A simplified model of the phase-locked loop in electronics.')
Beispiel #12
0
 def __init__(self):
     Map.__init__(self, 'Sinai Map', ' ')
Beispiel #13
0
 def __init__(self):
     Map.__init__(self, 'Ikeda Map', 'Plane-wave model of a bistable ring cavity introduced by Ikeda in 1979.')
Beispiel #14
0
 def __init__(self):
     Map.__init__(self, 'Logistic Map', 'Discrete-time population model demonstrating chaotic behavior, introduced by Robert May in 1976.')
Beispiel #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.')