Augmented Matrix:The augmented matrix is the matrix formed by combining the coefficient matrix and the constant vector of a system of linear equations.
Gaussian Elimination:Gaussian elimination is a method for solving systems of linear equations by transforming the augmented matrix into an upper triangular form.
Pivot Element: The pivot element is the leading entry in a row that is used to perform row operations in the Gaussian elimination method.