I want to use the minimization function from scipy scipy.optimize.minimize. I have a function def f(x,a,b,c) whose arguments are three scalars. I have 3 numpy m
def f(x,a,b,c)