Theorem
Let : Augmented matrix of a linear system
If any of the following operations are done to an augmented matrix:
- Multiply an row through by a nonzero constant
- Interchange two row
- Add a constant times one row to another
Then the underlying linear system in the resulting augmented matrix has the same solution set as the original
Tip
The above operations do not alter the solution set, and may be used to produce a succession of increasingly simple systems.
Remark
Because resulting matrix from elementary row operations retain the same solution as the original, it may be used to simplify and solve a linear system. See Solving linear system with elementary row operations for demonstration.
Reversing elementary row operations
It should be evident if we let be the matrix that results from by performing one of the elementary row operations, then the matrix can be recovered from by performing the corresponding operation in the following table:
| Operations on that produces | Operations on that reproduces |
|---|---|
| Multiply row by | Multiply row by |
| Interchange rows and | Interchange rows and |
| Add times row to row | Add times row to row |