Augmented Matrix:The augmented matrix is a matrix that combines the coefficient matrix and the constant terms of a system of linear equations, allowing for the application of row operations to solve the system.
Row Echelon Form:Row echelon form is a specific arrangement of the rows in a matrix where the leading entry in each row is 1, and all entries below it are 0, with the rows ordered from top to bottom in increasing order of the leading entry.
Reduced Row Echelon Form:Reduced row echelon form is a further transformation of the row echelon form where all leading entries are 1, and all other entries in the same column are 0, resulting in an identity matrix.