How does calculate xA=B by hand?

27 Views Asked by At

When input [1,5,-3] / [3,2,-2] in MATLAB, the output is 1.1176, which is the least squares solution. How can I do this calculation by hand?