Download presentation
Presentation is loading. Please wait.
1
MULTIPLYING TWO MATRICES
The product of two matrices A and B is defined provided the number of columns in A is equal to the number of rows in B.
2
4 rows 3 rows 3 columns 5 columns MULTIPLYING TWO MATRICES A B AB
4 X X X 5 4 rows 3 rows 3 columns 5 columns
3
4 rows 5 columns 4 rows 5 columns MULTIPLYING TWO MATRICES A B AB
4 X X X 5 4 rows 5 columns 4 rows 5 columns
4
MULTIPLYING TWO MATRICES
If A is a 4 X 3 matrix and B is a 3 X 5 matrix, then the product AB is a 4 X 5 matrix.
5
m rows n rows n columns p columns MULTIPLYING TWO MATRICES A B AB
m X n n X p m X p m rows n rows n columns p columns
6
m rows p columns m rows p columns MULTIPLYING TWO MATRICES A B AB
m X n n X p m X p m rows p columns m rows p columns
7
MULTIPLYING TWO MATRICES
If A is an m X n matrix and B is an n X p matrix, then the product AB is an m X p matrix.
8
– 2 3 1 – 4 6 0 – 1 3 – 2 4 Find AB if A = and B = SOLUTION
Finding the Product of Two Matrices – 2 3 1 – 4 6 0 – 1 3 – 2 4 Find AB if A = and B = SOLUTION Because A is a 3 X 2 matrix and B is a 2 X 2 matrix, the product AB is defined and is a 3 X 2 matrix. To write the entry in the first row and first column of AB, multiply corresponding entries in the first row of A and the first column of B. Then add. Use a similar procedure to write the other entries of the product.
9
(– 2)(– 1) + (3)(– 2) (– 2)(3) + (3)(4)
Finding the Product of Two Matrices A B AB 3 X X X 2 – 2 3 1 – 4 6 0 – 1 3 – 2 4 (– 2)(– 1) + (3)(– 2) (– 2)(3) + (3)(4) (1)(– 1) + (– 4)(– 2) (1)(3) + (– 4)(4) (6)(– 1) + (0)(– 2) (6)(3) + (0)(4)
10
(– 2)(– 1) + (3)(– 2) (– 2)(3) + (3)(4)
Finding the Product of Two Matrices A B AB 3 X X X 2 – 2 3 1 – 4 6 0 – 1 3 – 2 4 (– 2)(– 1) + (3)(– 2) (– 2)(3) + (3)(4) (1)(– 1) + (– 4)(– 2) (1)(3) + (– 4)(4) (6)(– 1) + (0)(– 2) (6)(3) + (0)(4)
11
(– 2)(– 1) + (3)(– 2) (– 2)(3) + (3)(4)
Finding the Product of Two Matrices A B AB 3 X X X 2 – 2 3 1 – 4 6 0 – 1 3 – 2 4 (– 2)(– 1) + (3)(– 2) (– 2)(3) + (3)(4) (1)(– 1) + (– 4)(– 2) (1)(3) + (– 4)(4) (6)(– 1) + (0)(– 2) (6)(3) + (0)(4)
12
(– 2)(– 1) + (3)(– 2) (– 2)(3) + (3)(4)
Finding the Product of Two Matrices A B AB 3 X X X 2 (– 2)(– 1) + (3)(– 2) (– 2)(3) + (3)(4) (1)(– 1) + (– 4)(– 2) (1)(3) + (– 4)(4) (6)(– 1) + (0)(– 2) (6)(3) + (0)(4) – 4 6 7 – 13 – 6 18
13
MULTIPLYING TWO MATRICES
Matrix multiplication is not, in general, commutative. CONCEPT SUMMARY PROPERTIES OF MATRIX MULTIPLICATION Let A, B, and C be matrices and let g be a scalar. ASSOCIATIVE PROPERTY OF MATRIX MULTIPLICATION A(BC ) = (AB )C LEFT DISTRIBUTIVE PROPERTY A(B + C ) = AB + AC RIGHT DISTRIBUTIVE PROPERTY (A + B )C = AC + BC ASSOCIATIVE PROPERTY OF SCALAR MULTIPLICATION g (AB ) = (gA )B = A(gB )
14
m X n n X p m X p Inventory matrix Cost per item matrix Total cost
USING MATRIX MULTIPLICATION IN REAL LIFE Matrix multiplication is useful in business applications because an inventory matrix, when multiplied by a cost per item matrix, results in total cost matrix. Inventory matrix Cost per item matrix Total cost matrix • = m X n n X p m X p For the total cost matrix to be meaningful, the column labels for the inventory matrix must match the row labels for the cost per item matrix.
15
Each bat costs $21, each ball costs $4, and each uniform costs $30.
Using Matrices to Calculate the Total Cost SPORTS Two softball teams submit equipment lists for the season. Each bat costs $21, each ball costs $4, and each uniform costs $30. Use matrix multiplication to find the total cost of equipment for each team.
16
Using Matrices to Calculate the Total Cost
SOLUTION Write the equipment lists and costs per item in matrix form. Use matrix multiplication to find the total cost. Set up matrices so that columns of the equipment matrix match rows of the cost matrix. COST EQUIPMENT Dollars Bats Balls Uniforms Women’s team 12 45 15 Bats 21 Men’s team 15 38 17 Balls 4 30 Uniforms
17
Using Matrices to Calculate the Total Cost
Total equipment cost for each team can be obtained by multiplying the equipment matrix by the cost per item matrix. The equipment matrix is 2 X 3 and the cost per item matrix is 3 X 1. Their product is a 2 X 1 matrix. 21 4 30 12 15 45 38 17 12(21) + 45(4) + 15(30) 882 = = 15(21) + 38(4) + 17(30) 977
18
Using Matrices to Calculate the Total Cost
Dollars The labels of the product are: Women’s team 882 Men’s team 977 The total cost of equipment for the women’s team is $882, and the total cost of equipment for the men’s team is $977.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.