00:01
Okay, we want to find the values of a of b to satisfy that when we times our matrix a by our matrix b we get this.
00:09
So, matrix multiplication, you do the rows of the first column, first matrix by the columns of the second matrix.
00:16
So say we want to find this single element here, it'd be the second row, first column.
00:21
So you'd have the second row of a against the second column of b, so 0 times 3, 0 times 2, and 1 times 0.
00:27
So you're going to have 3a plus 4b is equal to 0.
00:32
Equally, for this one up here, for this one up here, we want to test, we've got the first row second column here.
00:37
So you've got the first row of a against the second column of b here...