Row-Echelon Form: A matrix form where all nonzero rows are above any rows of all zeros, and each leading coefficient (first nonzero number from left) is to the right of the leading coefficient in the previous row.
Back-Substitution:A method used after Gaussian elimination where you solve for variables starting from the last equation up to the first.
Augmented Matrix:A matrix that includes both the coefficients and constants from a system of linear equations.