00:01
In this example, we're going to be heavily investigating the claim that matrix multiplication is commutative.
00:08
To that end, we have two matrices that are going to be multiplied in different orders.
00:14
So let's call this a matrix a and this is matrix b.
00:17
Then what does matrix multiplication mean when we say it's commutative? it means that if we rewrite the order, so b comes first and a comes next, then whatever we get from these multiplications, they must be identical.
00:31
So let's see what happens.
00:33
First, to get the first column here, we take this row times this column and multiply the corresponding results, adding them together.
00:42
We'll get altogether 1 times 0, which is 0, plus 1 times 1.
00:46
So 1 here.
00:48
Next, for the second entry, we just stay in this column here, but move down to the second row.
00:54
So we take 0 times 0, which is 0, plus 1 times 1, for a total of 1.
01:01
Next for the second column that we build, we do the same type of work except for frozen in the second column for the matrix b.
01:09
First, start with row 1.
01:11
We'll take this 1 times this 1 for a product of 1, then take this 1 times this 1 for a product of 1, add the results, and we get a 2.
01:21
Now we go down to the second row and do the same corresponding work.
01:25
Take 0 times 1, add 1 times 1, and we get a 1 in this entry.
01:33
Now this is the result of a times b...