Independent Research on the Behavior of Single Pendulum swings for Euler's Method, built-in ODE, and Runge-Kutta 4th order.
- python3>=python3.11
- Libraries:
- matplotlib
- scipy
- numpy
# first, activate rkenv with : source rkenv/bin/activate
python main.py
# close window to see subsequent models and their respective graphs.
# to deactivate the virtual environment, type deactivate in cmdline.