control-engineering-with-python icon indicating copy to clipboard operation
control-engineering-with-python copied to clipboard

Add the Pendulum as an exercise in Simulation

Open boisgera opened this issue 1 year ago • 0 comments

Demonstrate basic solve_ivp call then dense_output for $\theta(0) = \pi/2$ and $\dot{\theta} = 0$, then do the same thing for $\theta(0) = 0$ and $\dot{\theta}=2 \sqrt{g/l}$ and study the influence of atol and rtol.

boisgera avatar Feb 14 '25 22:02 boisgera