00:01
Hello, so here we are multiplying these two matrices.
00:04
So our first matrix is a 3 by 2 matrix.
00:07
We have 3 rows and 2 columns.
00:09
Let's say 3 by 2 by 2 matrix.
00:11
We're multiplying by a 2 by 3 matrix where we have 2 rows and 3 columns.
00:16
So this is going to be a 2 by 3 matrix.
00:19
And we see here that the inner numbers match up.
00:22
In other words, the columns of the first matrix matches the rows of the second matrix.
00:28
So the multiplication here is defined.
00:29
What we're going to get is a three by three matrix.
00:33
So we know that we have a three by three matrix that what we're going to get when we do the application.
00:37
And how we just do this is we do the dot product with the ith row of the first matrix with the jeth column for our, you know, our element that is in the, you know, the i .j position.
00:52
So what does that mean? it basically, okay, the first element here is going to be what we do is our first row, first column.
01:00
So we do the dot product with the first row with the first column.
01:04
So that's going to be 1 times 2 and then plus negative 1 times 3, right? the first row with the first column.
01:15
So 1 plus 2 plus 1 times 2 plus negative 1.
01:20
That gives us negative 1.
01:23
So our first element is negative 1.
01:25
And then we go to the first row second column.
01:27
So that's going to be first row.
01:29
First row second column so that's one times eight plus negative one times six so it's eight um plus negative six or eight minus six which is two and then continuing we have our first row third column so one times negative one plus negative one times zero so that's minus one plus zero one minus one and it's continuing now we go to the second row first column so second row first column...