The plots were created using the matptotlib library of python and then merged using the movie py library.
For the kicked rotor, the map is
I_{n+1} = I_n + K*sin(theta_n)
theta_{n+1} = theta_n + I_{n+1}
This is a standard map which when plotted for discrete values of time becomes a stroboscopic map.
#animation
#python
#chaos
#maths
#programming