00:01
Before we talk about how to multiply matrices, let's check to make sure that the multiplication is defined.
00:07
In this first matrix, we see that it is a 2x2 matrix, and our second matrix is a 2 by 1.
00:15
For matrix multiplication to be defined, the number of columns in the first matrix has to equal the same number of rows in the second matrix.
00:24
And you can see that this is the case, so this multiplication is defined, and the resulting matrix will be a 2 by 1.
00:32
So let's multiply these two matrices and see what we get.
00:36
So we know our matrix is going to have two rows and one column.
00:43
So the way to determine what goes into those elements is we multiply the row of the first one to the column of the second.
00:51
So this spot you can see here is the first row, first column, first column.
00:57
So we multiply.
00:58
So we would multiply one times two, which is, 2 and then we add that to 6 times negative 7 which is negative 42 and in this element here which is the second row first column second row first column so we would have negative 3 times 2 which is negative 6 plus 5 times negative 7 which is negative 35 and adding those up you see we're left with the matrix of negative 40, negative 41.
01:42
Let's see what happens if we invert these factors.
01:46
In other words, let's see if i can multiply this matrix to negative 7 to the matrix 16, negative 35.
01:56
So again, let's check to make sure that the multiplication is even defined...