Transforming Ordinary Differential Equations to A simple Algebraic System Using SciPy (Part 2)

3 years ago
18

This part two dealing with transforming a system of differential equations into a system of algebraic equations. In part one, we had the advantage of dealing with linear equations and solving the problem amounted to finding the inverse of a sparse matrix. In this video we will look at the nonlinear case and adapt our techniques to create a system of equations we can solve using Scipy's fsolve function.

Original Video Using solve_ivp: https://youtu.be/XPT3_L13RFM
Part 1, Linear Case: https://youtu.be/gXBPPY7TzNo

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

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

Loading comments...