Skip to main content

Section 4.2 Row Operations as Matrix Multiplication (MX2)

Subsection 4.2.1 Class Activities

Activity 4.2.1.

Let A=[271032111]. Find a 3×3 matrix B such that BA=A, that is,

[?????????][271032111]=[271032111]

Check your guess using technology.

Definition 4.2.2.

The identity matrix In (or just I when n is obvious from context) is the n×n matrix

In=[100010001].

It has a 1 on each diagonal element and a 0 in every other position.

Activity 4.2.4.

Tweaking the identity matrix slightly allows us to write row operations in terms of matrix multiplication.

(a)

Create a matrix that doubles the third row of A:

[?????????][271032111]=[271032222]
(b)

Create a matrix that swaps the second and third rows of A:

[?????????][271032111]=[271111032]
(c)

Create a matrix that adds 5 times the third row of A to the first row:

[?????????][271032111]=[2+5(1)7+5(1)1+5(1)032111]

Activity 4.2.6.

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.

Subsection 4.2.2 Videos

Figure 43. Video: Row operations as matrix multiplication

Subsection 4.2.3 Slideshow

Slideshow of activities available at https://teambasedinquirylearning.github.io/linear-algebra/2022/MX2.slides.html.

Exercises 4.2.4 Exercises

Exercises available at https://teambasedinquirylearning.github.io/linear-algebra/2022/exercises/#/bank/MX2/.

Subsection 4.2.5 Sample Problem and Solution

Sample problem Example B.1.19.

You have attempted 1 of 1 activities on this page.