Notation: Ri ← cRi. Replace row i by c times itself (c ≠ 0).
This one is useful if you want to obtain a leading 1 in row i; you just multiply the row by the reciprocal of the original leading entry. Here's an example; click the button to see the effect of applying this operation.
Notation: Ri ↔ Rj. Exchange rows i and j.
Exchanging rows is useful in two situations.
Notation: Ri ← Ri - kRj. Replace row i by itself minus k times row j (j ≠ i).
This is the row operation that allows you to get zeroes above or below a leading 1. If a row contains a k in the column containing the leading 1, replace that row by itself minus k times the row with the leading 1. For example:
Replace a row by itself plus or minus a multiple of another row,
i.e.
Ri ← 1Ri - kRj.
Variations such as Ri ← kRj - Ri are NOT elementary row operations (they are combinations of elementary row operations). The distinction is not important for ordinary row reduction, but if you use row operations to evaluate determinants, for example, the distinction is very important.
A matrix is in reduced row-echelon form when
How to Row Reduce a Matrix | |||
Introduction | Row operations and reduced row-echelon form | Gauss-Jordan elimination | Row reduction with a computer |