You are about to erase your work on this activity. Are you sure you want to do this?
Updated Version Available
There is an updated version of this activity. If you update to the most recent version of this activity, then your current progress on this activity will be erased. Regardless, your record of completion will remain. How would you like to proceed?
Observe that multiplying \(A\) by \(B\) on the left results in multiplying the second row of \(A\) by
\(5\), while multiplying \(A\) by \(C\) on the left results in multiplying the third row of \(A\) by
\(-2\).
Now we need to return to the question of what \(B\) and \(C\) have in common. Both matrices
were obtained from the identity matrix by multiplying one row of the identity by a
non-zero constant. Matrices \(B\) and \(C\) were obtained from \(I\) by multiplying one row of \(I\) by \(5\)
and \(-2\) respectively. Multiplying \(A\) by \(B\) (or \(C\)) on the left affects \(A\) in the same
way.
Matrix \(A\) does not have to be a square matrix. Try finding \(BA'\) and \(CA'\) for
Observe that \(B\) and \(C\) have the same effect on \(A'\) as they did on \(A\).
In general, if a square matrix \(E\) is obtained from the identity matrix \(I\) by multiplying
row \(j\) of \(I\) by a non-zero constant \(k\), then multiplying an appropriately sized matrix \(A\) on
the left by \(E\) results in row \(j\) of \(A\) being multiplied by \(k\).
Recall that multiplication of a row of a matrix by a non-zero constant is one of three
elementary row operations. Applying such an elementary row operation to \(I\) in order
to produce \(E\), results in applying the same elementary row operation to \(A\) when \(A\) is
multiplied by \(E\) on the left.
Consider the matrices
\[ D = \begin{bmatrix} 1&0&1\\0&1&0\\0&0&1 \end{bmatrix}, \quad \text {and}\quad F = \begin{bmatrix} 1&0&0\\-2&1&0\\0&0&1 \end{bmatrix} \]
As in the previous Exploration, the two matrices have something in common. Both \(D\)
and \(F\) were obtained from the identity matrix by adding a multiple of one row to
another row. Can you guess what will happen if we multiply a matrix \(A\) by \(D\) and \(F\) on
the left?
\[\text {Let}\quad A = \begin{bmatrix} 1&2&3\\4&5&6\\7&8&9 \end{bmatrix}\]
As you had probably guessed, multiplication by \(D\) resulted in the third row of \(A\) being
added to the first, and multiplication by \(F\) produced a matrix by adding \(-2\) times the
first row to the second row of \(A\). The elementary row operations performed on \(A\)
mimic the elementary row operations performed on \(I\) in order to obtain \(D\) and \(F\).
In general, if a square matrix \(E\) is obtained from the identity matrix \(I\) by adding \(k\) times
row \(j\) of \(I\) to row \(i\), then multiplying an appropriately sized matrix \(A\) on the left by \(E\)
results in \(k\) times row \(j\) of \(A\) being added to row \(i\) of \(A\).
Recall that adding a scalar multiple of one row to another row of a matrix is one of
three elementary row operations. Applying such an elementary row operation to \(I\) in
order to produce \(E\), results in applying the same elementary row operation to \(A\) when \(A\) is
multiplied by \(E\) on the left.
The matrices \(B,C,D,F\) above are special because when we multiply them by any
appropriately sized matrix \(A\), we are performing row operations on \(A\). Can you construct
a matrix \(G\) such that \(GA\) is the same as \(A\) except that its first and third rows are
switched?
The matrices \(B,C,D, F, G\) of Explorations , and are known as elementary matrices
because they perform elementary row operations on appropriately sized
matrices.
An elementary matrix is a square matrix formed by applying a single elementary row
operation to the identity matrix.
Suppose \(A\) is an \(m \times n\) matrix. If \(E\) is an \(m \times m\) elementary matrix formed by performing a certain
row operation on the \(m \times m\) identity matrix, then multiplying any matrix \(A\) on the left by \(E\) is
equivalent to performing that same row operation on \(A\). As there are three
types of elementary row operations, there are three types of elementary
matrices.
Elementary matrices give us a new way of looking at Gauss-Jordan elimination.
Suppose it takes \(j\) elementary row operations to transform \(A\) into \(R\), its reduced
row-echelon form. Then we can represent this reduced row-echelon form
as
\[R = E_j \cdots E_2 E_1 A\]
where each \(E_i\) is the elementary matrix corresponding to the \(i\)th row operation
performed on \(A\).
Inverses of Elementary Matrices
It is easy to see that any elementary matrix \(E\) is invertible, because if \(E\) is formed by
applying a certain row operation to the identity matrix \(I\), then there is a
single row operation that may be applied to \(E\) to get \(I\) back. For example, in
Exploration , \(F\) is formed by adding \(-2\) times the first row of the identity to the
second row of the identity. It follows that \(F^{-1}\) should be the matrix formed by
adding \(2\) times the first row of the identity to the second row of the identity,
i.e.
As part of the Practice Problem set you are asked to find the inverse of each of the
other elementary matrices in Explorations , and . Once we have accounted for each
of the three types of elementary matrices, we will have proven the following
theorem.
Elementary matrices are invertible, and the inverse of an elementary matrix is an
elementary matrix.
Suppose \(E\) is obtained from \(I\) by switching rows \(i\) and \(j\). To find the inverse of \(E\), we need
to find a matrix \(F\) such that \(FE=I\). To get from \(E\) back to \(I\), rows \(i\) and \(j\) of \(E\) must be switched.
This can be accomplished by multiplying \(E\) by itself on the left. So, \(E\) is its own
inverse.
We can use the same line of reasoning to show that the other two types of elementary
matrices are also invertible, and their inverses are also elementary matrices. The
details are left to the reader.
Elementary Matrices and Nonsingular Matrices
Recall that a square matrix \(A\) is called nonsingular provided that \(\mbox {rref}(A)=I\).
The following statements are equivalent for an \(n\times n\) matrix \(A\).
(a)
\(A\) is nonsingular
(b)
\(A\) is a product of elementary matrices
(c)
\(A\) is invertible
We will prove equivalence of the three statements by showing that
Proof of (a)\(\Rightarrow \)(b) Suppose \(\mbox {rref}(A)=I\). Then \(A\) can be carried to the identity by elementary row
operations. So, there exist elementary matrices \(E_1, E_2, \ldots ,E_k\) such that
\[E_k\ldots E_2E_1A=I\]
By Theorem 2, elementary matrices are invertible and their inverses are also
elementary matrices. Thus, we can write \(A\) as a product of elementary matrices as
follows:
\[A=E_1^{-1}E_2^{-1}\ldots E_k^{-1}\]
Proof of (b)\(\Rightarrow \)(c) Suppose \(A=E_1E_2\ldots E_k\), where \(E_1, E_2, \ldots , E_k\) are elementary matrices. In Theorem ?? we proved
that \((BC)^{-1} = C^{-1} B^{-1}\). By repeated applications of this theorem we have
Proof of (c)\(\Rightarrow \)(a) See the corollary to Theorem ??.
Practice Problems
Determine the elementary row operation that results from multiplying some \(3\times n\)
matrix \(A\) by \(E\) on the left. Write down \(E^{-1}\) without going through the row-reduction
procedure. (Hint: Think of an elementary row operation that would undo the row
operation caused by \(E\).)
Determine the elementary row operation that results from multiplying some \(3\times n\)
matrix \(A\) by \(E\) on the left. Write down \(E^{-1}\) without going through the row-reduction
procedure. (Hint: Think of an elementary row operation that would undo the row
operation caused by \(E\).)
Determine the elementary row operation that results from multiplying some \(3\times n\)
matrix \(A\) by \(E\) on the left. Write down \(E^{-1}\) without going through the row-reduction
procedure. (Hint: Think of an elementary row operation that would undo the row
operation caused by \(E\).)
Row-reduce \(A\) to find \(\mbox {rref}(A)\). Record the elementary row operations as you perform row
reduction. You will be able to conclude that \(E_j\cdots E_2E_1A=I\). Find the inverse of each \(E_i\) and multiply
by the inverses on the left.