Numerically Integrating Differential Equations in Excel and Python: Euler's Method

3 years ago
15

As a prelude to discussing the Runge Kutta algorithm, I’d like to start slightly simpler with the Euler method. We’ll discuss the pros and cons of this method for numerically solving ordinary differential equations (initial value problems) and set up some examples with both first and second order equations in both Python and Excel.

Tip Jar: https://paypal.me/kpmooney

Github: https://github.com/kpmooney/numerical_methods_youtube/tree/master/runge_kutta

Loading comments...