Skip to main content

Section 4.4 Row Operations as Matrix Multiplication (MX4)

Subsection 4.4.1 Warm Up

Activity 4.4.1.

Given a linear transformation T, how did we define its standard matrix A? How do we compute the standard matrix A from T?

Subsection 4.4.2 Class Activities

Activity 4.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? (2R3R3)
[?????????][271032111]=[271032222]
  1. [200010001]
  2. [100020001]
  3. [100010002]
  4. [200020002]
(b)
Which of these tweaks of the identity matrix yields a matrix that swaps the first and third rows of A when left-multiplying? (R1R3)
[?????????][271032111]=[271111032]
  1. [100001010]
  2. [010001100]
  3. [001010100]
  4. [010100001]
(c)
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? (R1+5R3R1)
[?????????][271032111]=[2+5(1)7+5(1)1+5(1)032111]
  1. [101010005]
  2. [105010001]
  3. [555010001]
  4. [105010005]

Activity 4.4.4.

What would happen if you right-multiplied by the tweaked identity matrix rather than left-multiplied?
  1. The manipulated rows would be reversed.
  2. Columns would be manipulated instead of rows.
  3. The entries of the resulting matrix would be rotated 180 degrees.

Activity 4.4.5.

Consider the two row operations R2R3 and R1+R2R1 applied as follows to show AB:
A=[145031123][145123031][1+14+25+3123031]=[068123031]=B
Express these row operations as matrix multiplication by expressing B as the product of two matrices and A:
B=[?????????][?????????]A
Check your work using technology.

Activity 4.4.6.

Let A be any 4×4 matrix.
(a)
Give a 4×4 matrix M that may be used to perform the row operation 5R2R2.
(b)
Give a 4×4 matrix Y that may be used to perform the row operation R2R3.
(c)
Use matrix multiplication to describe the matrix obtained by applying 5R2R2 and then R2R3 to A (note the order).

Subsection 4.4.3 Individual Practice

Activity 4.4.7.

Consider the matrix A=[261613121320]. Illustrate Fact 4.4.3 by finding row operation matrices R1,,Rk for which
RREF(A)=RkR2R1A.
If you and a teammate were to do this independently, would you necessarily come up with the same sequence of matrices R1,,Rk?

Subsection 4.4.4 Videos

Figure 45. Video: Row operations as matrix multiplication

Exercises 4.4.5 Exercises

Subsection 4.4.6 Sample Problem and Solution

Sample problem Example B.1.21.