need to understand better how rtol, atol work in scipy.integrate.odeint
问题 Here scipy.integrate.odeint is called with six different standard ode problems with rtol = atol from 1E-06 to 1E-13 . I've looked at the max difference between the results at all larger tolerances minus those of the smallest, to get some kind of representation of "error". I'm curious why, for a given tolerance, one problem (D5) gives errors a million times worse than another problem (C1), even though the range in number of steps is fairly tight (within a factor of 10). The citation for the