All day I have been trying to find a method of finding the difference between two input (body of text), and get the difference but in order. I have tried breaking down the text into separate lines, then try to find the difference between both lines, but somehow this doesn't solve the problem and...
It seems we are defining two completely different problems. I understand the laws of needing as many linearly independent equations as the variables for a solution, but this is not what my problem is posing. My problem is around detangling the contribution of coefficients from the the...
Hi! Thanks for your response. My goal is not to calculate the values of x, y, z, my goal is to predict outcomes of new linearly independent equations by calculating an adjustable coefficient based on the coefficient differences between equation 1 and 2, and the contribution of this coefficient...
Hi! Thanks for responding. My thought process is - since the observable change between equation 1 and equation 2 is due to coefficients, then surely the coefficient changes contributes to the difference in outcome between 1 and 2, so if we know what this contribution is, for new equations - we...
TL;DR Summary: Isolating coefficient contribution to outcome change
This is a problem I've been trying to solve for almost 3 days now, without any solutions.
Say we have x + y + z = 5, and x is 1, y is 1, and z is 3. We have a second equation = 2x + 3y + 4z = 17. Using the outcome difference...