![]() |
Definition:
| Matrix Multiplication | Corresponding elements in that
row of the first matrix are multiplied
with the corresponding element
of that column of the second matrix,
and then added.
|
| In order to be able to multiply two matrices, the number of columns in the first matrix must equal the number of rows in the second matrix. |
| The answer matrix to a matrix multiplication will always have the number of rows of the first matrix, and the the number of columns in the second matrix. OR If an mxn matrix is multiplied by an nxr matrix, the answer matrix will be an mxr matrix. |
|
|
Given Problem. |
|
|
Corresponding elements in that row of the first matrix are multiplied with the corresponding element of that column of the second matrix, and then added. |
|
|
Simplified. |
|
|
Given Problem. |
|
|
Corresponding elements in that row of the first matrix are multiplied with the corresponding element of that column of the second matrix, and then added. |
|
|
Simplified. |
