lighthousekeeper
11-05-2008, 10:40 AM
i've got a math problem and am struggling with coming up with an answer. i have a system of linear equations like:
ax + by + cz = 123456...
dx + ey + fz = 7890123...
gx + hy + iz = 456789...
(In my case, instead of a 3 x 3 matrix like the one above, it's an 8 by 8 matrix.) 8 equations, 8 unknowns. I know that if the 8 equations are "consistent", then an exact solution could be determined using linear algebra row reduction, Cramer's rule, or similar techniques.
BUt my problem is that the 8 equations are known to be inconsistent. In other words, ax+by+cz doesn't exactly equal 123456, but rather 123456 is some apprximation with an unknown accuracy.
I don't expect or want an exact answer to the 8 unknowns, but rather a range of values, or a statistical probability of answers. Any thoughts?
ax + by + cz = 123456...
dx + ey + fz = 7890123...
gx + hy + iz = 456789...
(In my case, instead of a 3 x 3 matrix like the one above, it's an 8 by 8 matrix.) 8 equations, 8 unknowns. I know that if the 8 equations are "consistent", then an exact solution could be determined using linear algebra row reduction, Cramer's rule, or similar techniques.
BUt my problem is that the 8 equations are known to be inconsistent. In other words, ax+by+cz doesn't exactly equal 123456, but rather 123456 is some apprximation with an unknown accuracy.
I don't expect or want an exact answer to the 8 unknowns, but rather a range of values, or a statistical probability of answers. Any thoughts?