How to put initial condition of ODE at a specific time point using odeint in Python?
So I have y(0) = 5 as initial condition, following code works::