Solving ODEs using Pythons scipysolveivp function ChEn 263 Lecture 22 Part II
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=Gg--FOdupwY
This video contains part II of a lecture for Chemical Engineering 263 (Undergraduate Numerical Tools) at Brigham Young University. In the lecture, I discuss examples of: • • (1) How to solve single ODEs using the scipy.solve_ivp function in Python • (2) How to solve systems of ODEs using scipy.solve_ivp, and • (3) How to solve higher order ODEs using scipy.solve_ivp. • Part I of this video ( • Systems of ODEs (ChEn 263 - Lecture 2... ) discusses systems of ODEs, their standard format, and how to turn a higher order ODE into a system of first order ODEs. • More resources related to this lecture can be found at: https://www.et.byu.edu/~treedoug/teac...
#############################