SOLUTION: Find the product of these two matrices [1 4 1] } [3 -6 2] }[4 1] the first two are part of the same matrix

Algebra ->  Matrices-and-determiminant -> SOLUTION: Find the product of these two matrices [1 4 1] } [3 -6 2] }[4 1] the first two are part of the same matrix       Log On


   



Question 148512: Find the product of these two matrices
[1 4 1] }
[3 -6 2] }[4 1] the first two are part of the same matrix

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
Remember, in order to multiply matrices, the number of columns of the first matrix must equal the number of rows in the second matrix. So

%28matrix%282%2C3%2C1%2C4%2C1%2C3%2C-6%2C2%29%29%2A%28matrix%281%2C2%2C4%2C1%29%29

is not defined since the number of columns of the first matrix is 3 and the number of rows in the second matrix is 1.