scipy.integrate.solve_ivp — SciPy v1.7.1 Manual
docs.scipy.org › scipyscipy.integrate.solve_ivp. ¶. Solve an initial value problem for a system of ODEs. This function numerically integrates a system of ordinary differential equations given an initial value: Here t is a 1-D independent variable (time), y (t) is an N-D vector-valued function (state), and an N-D vector-valued function f (t, y) determines the ...