Matrix Inverse: The matrix inverse is a matrix that, when multiplied by the original matrix, results in the identity matrix. It is used to solve systems of linear equations.
Gaussian Elimination:Gaussian elimination is a method for transforming a matrix into row echelon form, which is a necessary step in finding the matrix inverse.
Elementary Row Operations:Elementary row operations are basic manipulations performed on the rows of a matrix, such as row switching, row scaling, and row addition, to transform the matrix into a more desirable form.