00:01
Okay, we want to find the product of b, e, with the first matrix b being 2, 3, 4, it's a 1 by 3 matrix, 1 column, sorry, 1 row, 3 columns, and e, 3 by 3 matrix, 3 columns, 3 rows.
00:14
First off, can the matrix be multiplied? well, yes, indeed they can.
00:18
The columns of the first matrix equal the rows from the second one.
00:25
So how would...
00:27
What would the dimensions of the matrix be first off? we can see that it's going to be a 1 by 3 matrix.
00:32
We're going to have one row followed by three columns, and that is because when we do matrix multiplication, we do the rows of the first column, rows of the first column, rows of the first matrix times by the columns of the second one...