Chaos | Stroboscopic map evolution of a kicked rotor with varying strength of the kick.

Опубликовано: 12 Сентябрь 2026
на канале: The Nerd Guy
243
8

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