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