1.2 Row Reduction
1.2 Row Reduction
Definitions
● The leading entry of a row in a matrix is the leftmost nonzero entry in the row.
● A matrix is in (row) echelon form when it satisfies the following conditions:
a. Any rows consisting of all 0’s are below all nonzero rows.
b. Each leading entry of a row is in a column to the right of the leading entry of any row
above it.
c. All entries in a column below a leading entry are 0.
● A matrix is in reduced (row) echelon form when it is in echelon form and satisfies the two
additional conditions:
a. The leading entry of each nonzero row is 1 (called a leading 1).
b. Every leading 1 is the only nonzero entry in its column.
● Row reduction is the process of transforming a matrix into echelon form with elementary row
operations. Row reduction is also called Gaussian elimination.
● A pivot position is a position in a matrix that corresponds to a leading 1 in the matrix’s
reduced echelon form. A pivot column is a column in a matrix that contains a pivot position.
● The basic variables in a system of linear equations are the variables that correspond to pivot
columns of the matrix for the system. The free variables are the variables that do not
correspond to pivot columns.
Theorems
Existence of Solutions
A system of linear equations is consistent if and only if the last (rightmost) column of its augmented
matrix is not a pivot column.
For the last step, use row replacement so that all entries above any leading 1’s are also 0. Then the
matrix is in reduced echelon form.
Other Resources
You can further explore this lesson’s topics at the following links.
● Webpage: Interactive Linear Algebra - 1.2 Row Reduction
● Webpage: Interactive Linear Algebra - 1.3 Parametric Form
● Interactive: Gaussian Elimination Applet by Lauren K Williams