Definition 1.3.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.
- Each leading 1 is the only nonzero entry in its column.