Written by the Fiveable Content Team โข Last updated September 2025
Written by the Fiveable Content Team โข Last updated September 2025
Definition
Gaussian elimination is a method for solving systems of linear equations. It transforms the system's augmented matrix into row-echelon form using row operations.
5 Must Know Facts For Your Next Test
Gaussian elimination involves three types of row operations: swapping rows, multiplying a row by a nonzero scalar, and adding or subtracting rows.
The goal is to convert the augmented matrix into an upper triangular form where all elements below the main diagonal are zero.
Once in row-echelon form, back-substitution is used to find the solutions to the system of equations.
If an equation becomes $0 = c$ (where $c$ is a non-zero constant), the system has no solution and is considered inconsistent.
If an entire row of zeros appears in the coefficient matrix, it indicates infinitely many solutions if consistent.
Review Questions
Related terms
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.