How to the SciPy solve_ivp function to integrate first oder ODEs in Python.
The 'ivp' stands for Initial Value Problem which means it can be used to solve problems where we know all the boundary conditions at a single point in space or time.
solve_ivp is designed to trivially solve first order odes, other videos will show how to solve harder problems...
- Tags
-