Definition
where
The number of unknowns (n) < the number of equations (m) no solution for equality
Solutions
Non-Homogeneous Over-Constrained System
solve the non-homogeneous over-constrained linear system
The error term of projection is orthogonal to the column space of , . Therefore, . Now, is the least square solution and become a projection matrix onto the column space of , .
Homogeneous Over-Constrained System
solve the homogeneous over-constrained linear system
Let the Eigendecomposition of be where is the eigenvalue and is the corresponding eigenvector. Then, we can change the expression into by multiplying to the both left side So, holds by the property of the real-valued gram matrix Since over-constrained system doesn’t have the solution for equality, . Therefore, the eigenvalue of over-constrained system is positive and real .
Since there is not exist the exact solution for the , the is the best solution for the over-constrained system. By the above expansion . So we can change the expression into Therefore, subject is the eigenvector with the minimum eigenvalue of .
Facts
is the linear combination of column vectors in . So . Also, since, . Thus, is the best solution. This is the projection of onto the subspace of .
If is in , then There exists a solution satisfying all equality
If is perpendicular to the every column vectors in , , then . In other words, become the Left Null Space of .
If is square() and invertible, then = , , and
If is non-invertable^[singular], then solve the Under-Constrained System