Pearson Algebra 2 Common Core, 2011
PA
Pearson Algebra 2 Common Core, 2011 View details
2. Matrix Multiplication
Continue to next subchapter

Exercise 22 Page 777

We need to recall that the multiplication of two matrices is defined only if the number of columns in the first matrix is equal to the number of rows in the second matrix. Moreover, when multiplying matrices A and B, the resulting matrix will have as many rows as A and as many columns as B.

Let's consider the given matrices. Since 2 = 2, the number of columns of the first matrix is equal to the number of rows of the second one. Therefore, the multiplication is defined and the dimensions of the product will be 1 * 1. [ ccc -3 & 5 ] and [ cc -3 5 ] cc 1* 2 & 2* 1 Multiplication of matrices is done using a process called the dot product. It follows a pattern of multiplying and adding terms across the rows of the first matrix and down the columns of the second one. [ ccc a & b ] * [ cc c d ] = [ cc ac+bd ] Let's calculate it!
-3 & 5 * -3 5
-3(-3)+5(5)
9+25
34