SOLUTION: [ 8 10 -17] [-5 -2 11] [16 9 15] [-4 20 4] [-5 5 -15] [-17 -7 -1] I need to find the

Algebra ->  Matrices-and-determiminant -> SOLUTION: [ 8 10 -17] [-5 -2 11] [16 9 15] [-4 20 4] [-5 5 -15] [-17 -7 -1] I need to find the      Log On


   



Question 160610: [ 8 10 -17]
[-5 -2 11]
[16 9 15]


[-4 20 4]
[-5 5 -15]
[-17 -7 -1]


I need to find the product of the two matrices. I know they look a little funny,im not sure how to get them set up right. The first one is a (3X3) and the second a (3x3), so i know it is defined, and the product is able to be found. I can do addiction,but im completly confused by multiplication. Id love to see the step and the correct answer. I really appericate your help!

Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!




I need to find the product of the two matrices. I know they look a little funny,im not sure how to get them set up right. The first one is a (3X3) and the second a (3x3), so i know it is defined, and the product is able to be found. I can do addiction,but im completly confused by multiplication. Id love to see the step and the correct answer. I really appericate your help!

How do you multiply all of these numbers????



The first matrix has dimensions 3 down by 3 across.
That's a 3x3 matrix. 
The second matrix has dimensions 3 down by 3 across.  
That's a 3x3 matrix.

Write    3x3 3x3

The two (blue) inner dimensions are both 3.  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
3, they can be multiplied.  The product matrix will have the two outer
(red) dimensions.  They are both 3, so the product matrix will also be
a 3x3 matrix.

Set the product equal to a 3x3 matrix of blanks to
fill in.

=%28matrix%283%2C3%2C_%2C_%2C_%2C_%2C_%2C_%2C_%2C_%2C_%29%29


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

Take row 3 from the first matrix:

+%28matrix%281%2C3%2C16%2C+9%2C+15%29%29+
and column 2 of the second matrix:

%28matrix%283%2C1%2C20%2C5%2C-7%29%29
 
Multiply corresponding elements then add them all:

%2816%29%2820%29%2B%289%29%285%29%2B%2815%29%28-7%29=

320%2B45-105=260

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

=%28matrix%283%2C3%2C_%2C_%2C_%2C_%2C_%2C_%2C_%2C260%2C_%29%29

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

Take row 1 from the first matrix:

%28matrix%281%2C3%2C8%2C10%2C+-17%29%29
and column 3 from the second matrix:

%28matrix%283%2C1%2C4%2C-15%2C-1%29%29
 
Multiply corresponding elements then add them all:

%288%29%284%29%2B%2810%29%28-15%29%2B%28-17%29%28-1%29=

32-150%2B17=-101

So put a -101 in the blank in row 1 and column 3,
that is, the upper right corner:

=%28matrix%283%2C3%2C_%2C_%2C-101%2C_%2C_%2C_%2C_%2C260%2C_%29%29


----
One more!

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

Take row 2 from the first matrix:

%28matrix%281%2C3%2C-5%2C+-2%2C+11%29%29
and column 1 of the second matrix:

%28matrix%283%2C1%2C-4%2C-5%2C-17%29%29
 
Multiply corresponding elements then add them all:

%28-5%29%28-4%29%2B%28-2%29%28-5%29%2B%2811%29%28-17%29=

20%2B10-187=-157

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

=%28matrix%283%2C3%2C_%2C_%2C-101%2C-157%2C_%2C_%2C_%2C260%2C_%29%29

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:

=%28matrix%283%2C3%2C207%2C329%2C-101%2C-157%2C-187%2C-1%2C-364%2C260%2C-86%29%29

Edwin