<span id="animation-double-pendulum-animated"></span><h1>animation example code: double_pendulum_animated.py<a class="headerlink" href="#animation-example-code-double ...
L1 = 1.0 # length of pendulum 1 in m L2 = 1.0 # length of pendulum 2 in m M1 = 1.0 # mass of pendulum 1 in kg M2 = 1.0 # mass of pendulum 2 in kg ...