Least Squares Theorem
The idea is to find some vector for a given matrix and that satisfies . But that system is in fact inconsistent; . So we look for a solution for that comes as close as possible. The result of will be some error . We can take the length of this error vector to express the accuracy of our solution. Optimally, we find the solution that is as close to as possible; the least squares solution.
Last updated