In this video I go through some theory , and implement what is arguably the most logical algorithm for solving ODEs on a computer: the Forward Euler method.
You can find the Python ODESolver library I build throughout this video series here: https://github.com/gregwinther/youtube.
#ODESolver #python