Introduction - If you have any usage issues, please Google them yourself
Solving a given mass (<10 000 equations) overdetermined system of linear equations Ax = b.
Read a matrix A and b
Design algorithm for solving linear equations, and print solution vector
Computing residuals e = || Ax-b ||, and print.