SOLUTION: How do you multiply these matrices? {{{(matrix(4,6,7, -6, 5, -4, 8, 1, -2, 1, -8, -3, 9, -1, 0, -1, 7, -4, 6, -5, 3, -8, 9, 2, -1, 0))*(matrix(6,4,7, 2, -1, 4, 8, 9, -7, 3, -4,

Algebra ->  Matrices-and-determiminant -> SOLUTION: How do you multiply these matrices? {{{(matrix(4,6,7, -6, 5, -4, 8, 1, -2, 1, -8, -3, 9, -1, 0, -1, 7, -4, 6, -5, 3, -8, 9, 2, -1, 0))*(matrix(6,4,7, 2, -1, 4, 8, 9, -7, 3, -4,      Log On


   



Question 160683: How do you multiply these matrices?


Answer by Edwin McCravy(20055) About Me  (Show Source):
You can put this solution on YOUR website!
How do you multiply all of these numbers????



The first matrix has dimensions 4 down by 6 across.
That's a 4x6 matrix. 
The second matrix has dimensions 6 down by 4 across.  
That's a 6x4 matrix.

Write    4x6 6x4

The two (blue) inner dimensions are both 6.  They must be the same
in order for the matrices to even be multipliable. If they weren't the
same, the multiplication would not be defined. Since they are both
6, they can be multiplied.  The product matrix will have the two outer
(red) dimensions.  They are both 4, so the product matrix will be a 
4x4 matrix.

Set the product equal to a 4x4 matrix of blanks to
fill in.



I won't go through all 16 blanks. I will only tell you how to fill in
three of them at random.  Then you will know how to do all the rest.
---
Let's fill in the blank which is in row 3 and column 2:

Take row 3 from the first matrix:

%28matrix%281%2C6%2C0%2C+-1%2C+7%2C+-4%2C+6%2C+-5%29%29
and column 2 of the second matrix:

%28matrix%286%2C1%2C2%2C9%2C-1%2C2%2C+7%2C4%29%29
 
Multiply corresponding elements then add them all:

=

0-9-7-8%2B42-20=-2

So put a -2 in the blank in row 3 and column 2:


---
Next let's fill in the blank in the upper right hand corner.
That is the blank in row 1 and in column 4:

Take row 1 from the first matrix:

%28matrix%281%2C6%2C7%2C+-6%2C+5%2C+-4%2C+8%2C+1%29%29
and column 4 from the second matrix:

%28matrix%286%2C1%2C4%2C3%2C-9%2C0%2C+-5%2C-1%29%29
 
Multiply corresponding elements then add them all:

=

28-18-45%2B0-40-1=-76

So put a -76 in the blank in row 1 and column 4:


----
One more!

Let's fill in the blank in row 2 and column 1:

Take row 2 from the first matrix:

%28matrix%281%2C6%2C-2%2C+1%2C+-8%2C+-3%2C+9%2C+-1%29%29
and column 1 of the second matrix:

%28matrix%286%2C1%2C7%2C8%2C-4%2C3%2C+2%2C-1%29%29
 
Multiply corresponding elements then add them all:

=

-14%2B8%2B32-9%2B18%2B1=36

So put a 36 in the blank in row 2 and column 1:

 

Do you see how to do it now?  To fill in any blank in the 
product matrix, you decide which row and column the blank
is in which you want to fill, then get the corresponding 
row from the first matrix, and the corresponding column 
from the second matrix, then multiply corresponding elements 
and add them.  You can fill them in in any order you choose.

When you fill in the rest of the blanks you should have this:

  

Edwin