Gaussian Elimination:A method for solving systems of linear equations by transforming the system's augmented matrix into row-echelon form through row operations.
Row-Echelon Form: $$\text{A form of a matrix where all zero rows are at the bottom, and each leading coefficient (the first non-zero number from left) of a non-zero row is to the right of the leading coefficient of the previous row.}$$
Inverse Matrix:$$\text{A square matrix that, when multiplied by its original matrix, results in an identity matrix. It is used to solve systems of linear equations.}$$