Section 4.1 Matrices and Multiplication (MX1)
Learning Outcomes
Multiply matrices.
Subsection 4.1.1 Class Activities
Observation 4.1.1.
If
Recall that for a vector,
Activity 4.1.2.
Let
What are the domain and codomain of the composition map
The domain is
and the codomain isThe domain is
and the codomain isThe domain is
and the codomain isThe domain is
and the codomain is
Activity 4.1.3.
Let
What size will the standard matrix of
Activity 4.1.4.
Let
(a)
Compute
(b)
Compute
(c)
Compute
(d)
Write the
Definition 4.1.5.
We define the product
For the previous activity,
Activity 4.1.6.
Let
(a)
Write the dimensions (rows
(b)
Find the standard matrix
(c)
Find the standard matrix
Activity 4.1.7.
Consider the following three matrices.
(a)
Find the domain and codomain of each of the three linear maps corresponding to
(b)
Only one of the matrix products
Activity 4.1.8.
Let
(a)
Compute the product
(b)
Check your work using technology. Using Octave:
B = [3 -4 0 ; 2 0 -1 ; 0 -3 3] A = [2 7 -1 ; 0 3 2 ; 1 1 -1] B*A
xxxxxxxxxx
B = [3 -4 0 ; 2 0 -1 ; 0 -3 3]
A = [2 7 -1 ; 0 3 2 ; 1 1 -1]
B*A
Activity 4.1.9.
Of the following three matrices, only two may be multiplied.
Explain which two can be multiplied and why. Then show how to find their product.
Subsection 4.1.2 Videos
Subsection 4.1.3 Slideshow
Slideshow of activities available athttps://teambasedinquirylearning.github.io/linear-algebra/2022/MX1.slides.html
.Exercises 4.1.4 Exercises
Exercises available athttps://teambasedinquirylearning.github.io/linear-algebra/2022/exercises/#/bank/MX1/
.Subsection 4.1.5 Mathematical Writing Explorations
Exploration 4.1.10.
Construct 3 matrices,Exploration 4.1.11.
Construct 3 examples of matrix multiplication, with all matrix dimensions at least 2.Where
and are not square, but is square.Where
Where
Exploration 4.1.12.
Use the included map in this problem.An adjacency matrix for this map is a matrix that has the number of roads from city
to city in the entry of the matrix. A road is a path of length exactly 1. All entries are 0. Write the adjacency matrix for this map, with the cities in alphabetical order.What does the square of this matrix tell you about the map? The cube? The
-th power?