Row Reduction: A method of solving systems of linear equations by performing elementary row operations to transform the augmented matrix into row echelon form, where the system can be easily solved.
Augmented Matrix:A matrix that combines the coefficients of the variables and the constants on the right-hand side of a system of linear equations, used to represent the system in a compact form.
Row Echelon Form:A specific arrangement of the rows in a matrix where the leading entry in each row is 1, and all entries below it in the same column are 0, making the system of equations easy to solve.