I am trying to solve the following differential equation using scipy odeint without much success:
import numpy as np from scipy.misc import derivative from scipy
what about using ode instead of odeint
ode
odeint
there is a question quite similiar to yours: How to make odeint successful?