Augmented Matrix:The augmented matrix is a matrix formed by combining the coefficient matrix and the constant terms of a system of linear equations. It is the starting point for the Gaussian elimination process.
Elementary Row Operations:Elementary row operations are a set of transformations that can be applied to the rows of a matrix without changing the solution set of the corresponding system of linear equations. These include row swapping, row scaling, and row addition.
Reduced Row Echelon Form:The reduced row echelon form is the final state of the matrix after the Gaussian elimination process, where the coefficient matrix is in a triangular form and the leading entry in each non-zero row is 1, with 0's below it.