Gaussian Elimination
A method of solving a linear system of equations. This is done by transforming the system's augmented matrix into row-echelon form by means of row operations. Then the system is solved by back-substitution.
See also
Gauss-Jordan elimination