Least square solution: the right-hand side of Ax=b is
not in the column space of A, which means that the system is
inconsistent. We find the best solution x, which gives us the vector
closest to b in the column space....
The least-squares problem is solved by turning the rectangular problem into a
square problem (which we hope is invertible), and solving that. This leads to a
symmetric matrix system.