Solving ODEs in Python 1: Introduction and Examples

Опубликовано: 04 Август 2026
на канале: Greg Winther
3,387
80

This video is the first in a series of videos where I build a library for solving ordinary differential equations (ODEs) on a computer. In this video I go through a few examples of ODEs in order to highlight the importance of a tool for solving them.

This series of tutorials is a more formal representation of the ODESolver library that I start building in my videos on the SIR model (   • Implementing a SIR Disease Model in Python...  ) and the one where I simulate signals in a neuron (   • Simulating Neural Signals with RC Circuits  ).

You can find the Python ODESolver library I build throughout this video series here: https://github.com/gregwinther/youtube.

#ODESolver #python