Solving Initial Value Problems with Python and SciPy

3 years ago
41

I introduce SScipy’s ODE solve solve_Ivp with a simple physics problem. I also make use of the solver’s event detection algorithm to determine the fall time of a parachutist.

Solve_ivp documentation: https://docs.scipy.org/doc/scipy/reference/generated/scipy.integrate.solve_ivp.html

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

Donate: http://paypal.me/kpmooney

Loading comments...