Download this file
1 2 3 4 5 6
>>> from scipy.special import j1 >>> from scipy.optimize import fminbound >>> xmin = fminbound(j1, 4, 7) >>> print xmin 5.33144184241