File:Ikeda-map-iterations.webm

Summary

Description
English: Iterations of the Ikeda map
Date
Source https://twitter.com/j_bertolotti/status/1253682700126433281
Author Jacopo Bertolotti
Permission
(Reusing this file)
https://twitter.com/j_bertolotti/status/1030470604418428929

Mathematica 12.0 code

u = 0.9;
ik[v_, t_] := Piecewise[{{(u + (1 - u) (1 + Cos[ \[Pi] ( t)])/2)* RotationMatrix[(1 - Cos[ \[Pi] t])/2 *(0.4 - 6/(1 + Norm[v]^2))].v, t <= 1}, {u RotationMatrix[(0.4 - 6/(1 + Norm[v]^2))].v + (
       1 - Cos[ \[Pi] (t - 1)])/2*{1, 0}, t > 1}}];
p = Flatten[Table[{x, y}, {x, -20, 20, 0.25}, {y, -20, 20, 0.25}], 1];
nmax = 30;
tmp = p;
evo2 = Flatten[Reap[For[k = 1, k <= nmax, k++,
       evo = Table[(ik[#, t] & /@ tmp), {t, 0, 2, 0.1}];
       tmp = evo[[-1]];
       Sow[evo];
       ];][[2, 1]], 1];
dim1 = Dimensions[evo2][[1]]

p0 = Table[
   Show[
    Plot[0, {x, 0, 4}, PlotRange -> {{-2.5, 2.5}, {-2.5, 2.5}}, Axes -> False, Frame -> True, FrameLabel -> {"Re[\!\(\*SubscriptBox[\(z\), \(n\)]\)]", "Im[\!\(\*SubscriptBox[\(z\), \(n\)]\)]"}, LabelStyle -> {Bold, Black}, PlotLabel -> "Ikeda map: \!\(\*SubscriptBox[\(z\), \(n + 1\)]\)=1+0.9 \!\(\*SubscriptBox[\(z\), \(n\)]\) \!\(\*SuperscriptBox[\(e\), \(\[ImaginaryI]\\\ \((0.4\\\  - \*FractionBox[\(6\), \(\(\(1\)\(+\)\) | \*SubscriptBox[\(z\), \(n\)]\*SuperscriptBox[\(|\), \(2\)]\)])\)\)]\)", AspectRatio -> 1, PlotStyle -> White]
,
    Graphics[{
      Point[ evo2[[j]] ]
      }, PlotRange -> {{-2.5, 2.5}, {-2.5, 2.5}}]
    ]
   , {j, 1, dim1}];
ListAnimate[p0]

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Category:CC-Zero#Ikeda-map-iterations.webm
Category:Self-published work
This file, which was originally posted to https://twitter.com/j_bertolotti/status/1253682700126433281, was reviewed on 6 July 2020 by reviewer GRuban, who confirmed that it was available there under the stated license on that date.
Category:Files from external sources with reviewed licenses#Ikeda-map-iterations.webm Category:Uploaded with video2commons Category:Ikeda maps Category:Images with Mathematica source code Category:Videos of 2020#0424
Category:CC-Zero Category:Files from external sources with reviewed licenses Category:Ikeda maps Category:Images with Mathematica source code Category:Self-published work Category:Uploaded with video2commons Category:Videos of 2020