Asked by Laeis

How can I calculate an equation that represents the relationship between x and y? I have a table as my source, but this is for interpolation vs extrapolation residuals and there is no y intercept to start my equation.

Answers

Answered by oobleck
if it's a linear relationship, then just use two points to solve for m and b in
y = mx+b

Or, see similar examples in your text.
Or google the topic.
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions