00:02
Okay, so when we're doing matrix multiplication, we want to check that the inner dimensions of the matrices involved are the same.
00:17
So we have a and b involved.
00:21
So the dimensions for a are two rows and two columns, two by two.
00:27
And the dimensions for b are two rows and three columns, so two by three.
00:34
And so what the inner dimensions are basically the column of a and the row of b which are two so they're the same and this property allows us to engage in the operation of matrix multiplication okay so that means that we can proceed into doing matrix multiplication so we have a a plus b a times b is equal two the entries of a are negative one five three and two and the entries for b are three negative eight six zero four so okay and now we want to do is take a single a row so this row and then we multiply this row by a column okay so what we have is negative one times three and we sum them so plus five times negative eight and then we take the row again and multiply by the next column so we have negative one times six plus five times zero and then we take the same row from here and then we multiply by the third column.
02:17
So we have minus 1 times 4 plus 5 times 12.
02:25
And now we go to the second row.
02:29
So we take this row on the bottom and then we do the same thing basically.
02:34
So which is 3 times 3 plus 2 times negative 8.
02:44
And then we have 3 times 6.
02:46
Plus two times zero...