"

Section 2.3 Matrix Multiplication

Definition: Let x be a vector in Rp and A be a m×n matrix and B be a n×p matrix then Bx is a vector in Rn and then A(Bx) is a vector in Rm. We call A(Bx) the composition of mappings.

 

Notice: A(Bx) is only defined that the number of columns of A is the number of rows of B.

 

 

Question: The composition A(Bx) is a matrix transformation that map from Rp to Rm. What is the matrix of the transformation?

Let A=[a1an] and B=[b1bp], and x=[x1xp]

then Bx=x1b1++xpbp.

We have

A(Bx)=A(x1b1++xpbp)=x1Ab1++xpAbp=[Ab1Abp][x1xp]=(AB)x

 

It is naturally that we call the matrix [Ab1Abp] the product of the matrices A and B which is written AB.

Definition: Let A be a m×n matrix and B be a n×p matrix with column vectors b1,,bp, then the product of A and B which is written AB is the m×p matrix [Ab1Abp].

 

Example 1: Find AB and BA if they are defined, where A=[123214] and B=[201304623101].

 

 

Exercise 1: Find AB and BA if they are defined, where A=[120211320012] and B=[20130462].

 

Definition: Given two vectors u and v in Rn. The scalar product or the dot product or inner product of u and v is (u)Tv. The outer product of u and v is (uv)T.

 

Example 2: Find the inner product and the outer product of u=[21] and v=[21].

 

 

Exercise 2: Find the inner product and the outer product of u=[012] and v=[103].

 

Theorem: (Dot Product Rule) Let A and B be matrices of sizes m×n and n×p, respectively. Then the (i,j)-entry of AB is the dot product of row i of A with column j of B.

 

Example 3: Find AB and BA where A=[1123], and B=[0245].

What can you say about the relationship of AB and BA?

 

 

Exercise 3: Find AB and AC where A=[3612], B=[0245], C=[3521]. What can you say about the relationship of AB and AC? The relationship of B and C?

 

Remark: 1. In general ABBA.

 

2. When AB=AC, we cannot conclude that B=C as in exercise 3.

 

3. When AB=0, we cannot conclude that A or B is 0.

 

Theorem: Let A be a m×n matrix, B and C be matrices of the same size such that the products with A are defined, and r be a scalar. Then

a. A(BC)=(AB)C

b. A(B+C)=AB+AC

c. (B+C)A=BA+CA

d. r(AB)=(rA)B=A(rB)

e. ImA=A=AIn where I_{m} is the m×m identity matrix and In is the n×n identity matrix.

f. (AB)T=BTAT

 

 

Example 4: Find AT, BT and (BA)T where A=[123132011], and B=[213132].

 

 

Exercise 4: Find AT, BT and (BA)T where A=[230412], and B=[2113].

 

Definition: Let A be a n×n matrix then Ak denotes the product of k copies of A, i.e. Ak=A...A for k times

 

Example 5: Find A3 where A=[103132011].

 

 

Exercise 5: Find B4 where B=[2113].

 

Group Work 1: Mark each statement True or False. Justify each answer.

a. If A and B are 2×2 matrix with columns a1,a2 and b1,b2. Then the product AB=[a1b1a2b2].

 

b. A(B+C)=AB+BC.

 

c. AT+BT=(A+B)T.

 

d. The transpose of a product of matrices equals the product of their
transposes in the same order.

 

e. The first row of AB is the first row of A multiplied on the right by B.

 

f. A is an n×n matrix , then (A2)T=(AT)2.

 

g. (ABC)T=CTATBT.

 

GroupWork 2: Find 2×2 nonzero matrices A and B such that

a. A2=0

 

b. A2=A

 

Group Work 3: If A is any matrix, show that both AAT and ATA are symmetric.

 

Group Work 4: In each case either show the statement is true, or give an example showing that it is false.

a. If A2=I, then A=I.

 

b. If AJ=A, then J=I.

 

c. If A is symmetric, then I+A is symmetric.

 

d. If AB=AC and A0, then B=C.

 

e. If A0, then A20.

 

f. If A has a row of zeros, so also does BA for all B.

 

g. If B has a column of zeros, so also does AB.

 

h. If A has a row of zeros, so also does AB.

 

License

Icon for the Creative Commons Attribution 4.0 International License

Matrices Copyright © 2019 by Kuei-Nuan Lin is licensed under a Creative Commons Attribution 4.0 International License, except where otherwise noted.