Category: News

Least square solution

I have been given a system of linear equations as follows: $$2x_1-x_2-x_3=1\\ -x_1+x_2+3x_3=-1\\ 3x_1-2x_2-4x_3=3$$ I am told to find the least square sol...