Double pendulum
by luihabl
















































Double pendulum
Hi everyone!
I know that some other people already did this, but I made this simple double pendulum simulator just for fun. It solves the differential equation system using the standard 4th order runge-kutta method and allows you to edit the initial conditions within a certain range. It also displays the angular position of both masses on a plot, so it gives a certain intuition of how the system behaves.
Hope you like it!