Are you trying to fit data to a model to solve for a and b?
If so, you could do this:
y^2=ax+b/x
xy^2=ax^2+b
Plot xy^2 vs. x^2. You'll get an intercept of b, and a slope of a.
OR....
y^2/x=a+b/x^2
Plot y^2/x vs 1/x^2. You'll get a intercept of a and a slope of b.
|