How can I develop a 5-variable equation from five linear relationships?
I have 5 variables that impact a result, let's call it "TC". When I evaluate each variable independently (with the rest of the variables constant), per plotting these I know they are linear and follow these y=mx+b equations.
y1 = -0.9890 * X1 + 8.655, y2 = 0.2340 * X2 + 8.670, y3 = 5.0633 * X3 + 5.037, y4 = -3.3136 * X4 + 12.674, and, y5 = -3.0745 * X5 + 11.285
when, (x1 x2 x3 x4 x5) = (x1, 0, 5, 6.5, 6.5), (0, x2, 5, 6.5, 6.5) (0, 0, x3, 6.5, 6.5), (0, 0, 5, x4, 6.5), and, (0, 0, 5, 6.5, x5) for each of the equations respectively.
I also know that x1 is between -5 and 5, x2 is between -5 and 5, and, x3 is between 1 and 7.
So, how can I develop a 5-variable equation to be able to change any of these and get a new TC (or y) value as the output? Thank you!
.
I have 5 variables that impact a result, let's call it "TC". When I evaluate each variable independently (with the rest of the variables constant), per plotting these I know they are linear and follow these y=mx+b equations.
y1 = -0.9890 * X1 + 8.655, y2 = 0.2340 * X2 + 8.670, y3 = 5.0633 * X3 + 5.037, y4 = -3.3136 * X4 + 12.674, and, y5 = -3.0745 * X5 + 11.285
when, (x1 x2 x3 x4 x5) = (x1, 0, 5, 6.5, 6.5), (0, x2, 5, 6.5, 6.5) (0, 0, x3, 6.5, 6.5), (0, 0, 5, x4, 6.5), and, (0, 0, 5, 6.5, x5) for each of the equations respectively.
I also know that x1 is between -5 and 5, x2 is between -5 and 5, and, x3 is between 1 and 7.
So, how can I develop a 5-variable equation to be able to change any of these and get a new TC (or y) value as the output? Thank you!
.
Last edited: