Definition 1.4.1.
An \(m \times n\) matrix \(A\) is said to be in row-echelon form or row-echelon matrix if it satisfies the following conditions:
-
All zero rows (consisting entirely of zeros) are at the bottom.
-
The first nonzero entry from the left in each nonzero row is a 1, called the leading 1 or pivot element for that row. Row containing pivot elements are called the pivot row and the columns containing the pivot element are called the pivot columns.
-
Each leading 1 is to the right of all leading 1s in the rows above it.
A row-echelon matrix is said to be in reduced row-echelon form (RREF) or reduced row-echelon matrix if, in addition, it satisfies the following condition:
\(\phantom{so}\) 4. Each leading 1 is the only nonzero entry in its column.