You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A two dimensional discrete chaotic map, claimed incredibly wrongly as
564
+
"the simplest case of a strange attractor" by [^Zaslavskii1978].
565
+
It doesn't even come close to the simplest case, which is likely the logistic map.
566
+
567
+
The Ikeda map was proposed by Ikeda as a model to explain the propagation of light into a ring cavity [^Skiadas2008]. It generates a variety of nice-looking, interesting attractors.
568
+
The default parameters are chosen to give a unique chaotic attractor. A double attractor can be obtained with parameters `[a,b,c,d] = [6, 0.9, 3.1, 6]`, and a triple attractor can be obtained with `[a,b,c,d] = [6, 9, 2.22, 6]` [^Skiadas2008].
569
+
570
+
[^Zaslavskii1978] : "The Simplest case of a strange attractor". Phys. Lett. A. 69 (3): 145–147. doi:10.1016/0375-9601(78)90195-0.
571
+
"""
572
+
functionzaslavskiimap(u0=[0.1, 0.2]; ϵ=5.0, ν=0.2, r =2.0)
0 commit comments