Gaussian Elimination:A method for solving systems of linear equations by performing a series of row operations to transform the system into an equivalent system with an upper triangular coefficient matrix.
Row Operations:Fundamental operations that can be performed on the rows of a matrix, such as row swapping, row scaling, and row addition, to transform the matrix without changing the solution set of the associated system of linear equations.
Upper Triangular Matrix: A square matrix in which all the entries below the main diagonal are zero, meaning that the matrix has a triangular shape with non-zero entries only on and above the main diagonal.