I am using curve_fit from scipy and am looking to find the value of one model parameter "A".
def model(x, A): return (pi**2 / ( 7 + A) ) * x p