Properties of Row Operations
Elementary row operations are the fundamental tools for manipulating linear systems. Understanding their properties ensures that our solution methods preserve correctness while transforming matrices into simpler forms.
If matrix is obtained from matrix by a sequence of elementary row operations, then the linear systems and have exactly the same solution set. We say and are row equivalent, denoted .
More generally, for augmented matrices, implies that the systems and have the same solution set.
This theorem is the theoretical foundation for Gaussian elimination. Since each elementary row operation is reversible, row equivalence defines an equivalence relation on the set of matrices, partitioning them into equivalence classes based on their solution sets.
Each elementary row operation has an inverse operation of the same type:
- Row switch is self-inverse
- Row multiplication has inverse
- Row addition has inverse
Therefore, if is obtained from by row operations, then can be recovered from by the inverse operations applied in reverse order.
Each elementary row operation can be represented by multiplying on the left by an elementary matrix. For example, the operation on a matrix corresponds to left multiplication by:
Then equals the result of performing the row operation on . The inverse operation corresponds to .
The representation of row operations as elementary matrices establishes a profound connection: solving by row operations is equivalent to finding elementary matrices such that . This perspective leads directly to the concept of matrix factorization and the LU decomposition.