Consider the 3 x 2-matrix A= [1 1]
[1 -1]
[1 0]
b= [0]
[-2]
[-2]
We want to find the least-squares solution of the 1 0 -2 linear system Ax = b using the projection onto the column space of A.

Relax