This script uses a second-order forward difference Euler scheme to propagate the state of a pendulum (the angle) for large and small angles (no small angle approximation). The data is stored in a ...
Try running the driven_pendulum.py script without any arguments to get an idea of how the pendulum works. Use the --help flag for an explanation of which optional arguments you can pass in to change ...