Section4.4Row Operations as Matrix Multiplication (MX4)
Learning Outcomes
Express row operations through matrix multiplication.
Subsection4.4.1Warm Up
Activity4.4.1.
Given a linear transformation \(T\text{,}\) how did we define its standard matrix \(A\text{?}\) How do we compute the standard matrix \(A\) from \(T\text{?}\)
Subsection4.4.2Class Activities
Activity4.4.2.
Tweaking the identity matrix slightly allows us to write row operations in terms of matrix multiplication.
(a)
Which of these tweaks of the identity matrix yields a matrix that doubles the third row of \(A\) when left-multiplying? (\(2R_3\to R_3\))
Which of these tweaks of the identity matrix yields a matrix that swaps the second and third rows of \(A\) when left-multiplying? (\(R_2\leftrightarrow R_3\))
Which of these tweaks of the identity matrix yields a matrix that adds \(5\) times the third row of \(A\) to the first row when left-multiplying? (\(R_1+5R_3\to R_1\))
Express these row operations as matrix multiplication by expressing \(B\) as the product of two matrices and \(A\text{:}\)
\begin{equation*}
B =
\left[\begin{array}{ccc}
\unknown&\unknown&\unknown\\
\unknown&\unknown&\unknown\\
\unknown&\unknown&\unknown
\end{array}\right]
\left[\begin{array}{ccc}
\unknown&\unknown&\unknown\\
\unknown&\unknown&\unknown\\
\unknown&\unknown&\unknown
\end{array}\right]
A
\end{equation*}
Check your work using technology.
Activity4.4.6.
(a)
Give a \(3 \times 3\) matrix \(B\) that may be used to perform the row operation \(R_1 \leftrightarrow R_3\text{.}\)
(b)
Give a \(3 \times 3\) matrix \(C\) that may be used to perform the row operation \(R_3 + 5 R_2 \to R_3\text{.}\)
(c)
Give a \(3 \times 3\) matrix \(P\) that may be used to perform the row operation \(-4 R_1 \to R_1\text{.}\)
(d)
Give a single \(3\times 3\) matrix that may be used to first apply \(R_1 \leftrightarrow R_3\text{,}\) then \(-4 R_1 \to R_1\text{,}\) and finally \(R_3 + 5 R_2 \to R_3\) (note the order).
(e)
Show how to manually apply those row operations to \(A= \left[\begin{array}{ccc} 0 & 1 & 2 \\ 2 & -5 & -8 \\ 1 & -4 & -7 \end{array}\right]\text{,}\) then use technology to verify that your matrix in the previous task gives the same result.
Subsection4.4.3Individual Practice
Activity4.4.7.
Consider the matrix \(A=\left[\begin{matrix}2 & 6 & -1 &6\\ 1 & 3 & -1 & 2\\ -1 & -3 & 2 & 0\end{matrix}\right]\text{.}\) Illustrate Fact 4.4.3 by finding row operation matrices \(R_1,\dots, R_k\) for which