This is a demonstration of interactively dropping a double pendulum at various points outlined on a heatmap, which shows the degree of chaos exhibited by the specific drop angle.
- Lyapunov Exponent Heatmap: A heatmap that describes the sensitivity to initial conditions of each drop angle.
- Interactive Double Pendulum Simulation: Hover over points on the heatmap and see the corresponding animations.
video
-
Clone the repository:
git clone https://github.com/username/Interactive-Double-Pendulum.git cd Interactive-Double-Pendulum
-
Install the required packages:
pip install -r requirements.txt
Run the main script to start the interactive simulation:
python main.py