Gaussian Elimination:A method for solving systems of linear equations by transforming the system's augmented matrix into row echelon form.
Back Substitution: A process used to solve an upper triangular system of equations, starting from the last equation and working upwards.
Row Echelon Form:A form of a matrix where each leading entry (the first non-zero number from the left) in a row is to the right of any leading entry in the previous row.