What does the letter k mean in the documentation of solve_ivp function of Scipy?
问题 Solve_ivp is an initial value problem solver function from Scipy. In a few words scipy.integrate.solve_ivp(fun, t_span, y0, method=’RK45’, t_eval=None, dense_output=False, events=None, vectorized=False, args=None, **options) Solve an initial value problem for a system of ODEs. This function numerically integrates a system of ordinary differential equations given an initial value. In the solve_ivp function documentation (Scipy reference guide 1.4.1 page 695) we have the following Parameters