Definition 2.4.1. Elementary matrices.
An \(m\times m\) matrix \(E\) is elementary if multiplying any \(m\times n\) matrix \(A\) on the left by \(E\) performs one of our row operations on \(A\text{.}\)
We have different types of elementary matrices depending on the type of row operation they perform, and we denote these with an elaboration of our earlier row operation notation:
- A scaling elementary matrix\(\underset{c\,r_i}{E}\) is a matrix such that multiplying a matrix \(A\) on the left by \(\underset{cr_i}{E}\) scales the \(i\)-th row of \(A\) by \(c\text{.}\)
- A row swap elementary matrix\(\underset{r_i\leftrightarrow r_j}{E}\) is a matrix such that multiplying a matrix \(A\) on the left by \(\underset{r_i\leftrightarrow r_j}{E}\) swaps the \(i\)-th and \(j\)-th rows of \(A\text{.}\)
- A row addition elementary matrix\(\underset{r_i+c\,r_j}{E}\) is a matrix such that multiplying a matrix \(A\) on the left by \(\underset{r_i+c\,r_j}{E}\) replaces the \(i\)-th row of \(A\) with \(r_i+c\,r_j\text{.}\)