00:01
For this exercise, we're going to abuse the annotation a little.
00:05
In part a, we have a 4x5 times a 4x5 matrix.
00:12
Now notice that these two numbers in the middle, they don't match, so the product is not defined.
00:19
For part b, we have the product of a 4x5 matrix times a 5 by 2 matrix, and then we add a a 4x2 matrix.
00:33
Notice that in this case these two numbers match, so the result is a 4x2 matrix.
00:39
And now that we are adding two matrices they both have size 4 by 2, so the result is 4 by 2 as well.
00:49
Now for part c we have a 4 by 5 matrix times a 5 by 4 matrix and then we add a 4 by 5 matrix and then we add a 4 by 5.
01:02
Matrix.
01:05
In this case, these numbers coincide.
01:09
So the product gives us a 4x4 matrix.
01:13
However, we cannot add a 4x4 matrix with a 4x5.
01:17
So this matrix is undefined...