Gaussian Elimination:A method for solving systems of linear equations by transforming the system's augmented matrix into Row Echelon Form using row operations.
Inverse Matrix:A square matrix that, when multiplied by its original matrix, results in an identity matrix. It is found using row operations.
Row Echelon Form (REF): A form of a matrix where all non-zero rows are above any rows of all zeros, and each leading entry is to the right of the leading entry in the previous row.