00:01
A square matrix a is invertible if there exists a matrix b, such that ab equals ba, which equals i, where i is the identity matrix.
00:23
And the identity matrix is a square matrix where there's ones down the diagonal and zeros everywhere else.
00:31
So if i had a matrix a, one, two, four, zero, negative one, one, two, three, eight, and this is a square matrix.
00:47
And if i wanted to show that matrix b is its inverse, and matrix b is negative 11, negative four, six, two, zero one, oops, negative one, two, one, negative one.
01:03
So if i wanted to show that b is the inverse of a, what i would need to do is to multiply them together to see if i get the identity matrix.
01:13
I know this multiplication is defined because they're both square matrices of size 3 by 3.
01:19
So when i multiply ab, again, the resulting matrix is also going to be 3 by 3.
01:27
And remember when we multiply matrices, we multiply the row of the first times the columns of the second.
01:34
So 1 times negative 11 is negative 11 plus 0 times negative 4 is 0 plus 2 times 6 is 12.
01:53
First row second column we would have 1 times 2 equals 2 plus 0 times 0 is 0 plus 0 times 0 is 0 plus 2.
02:08
Times negative 1 is negative 2.
02:12
First row third column, 1 times 2 is 2 plus 0 times 1 is 0, plus 2 times negative 1 is negative 2.
02:36
2 row first column 2 times negative 11, negative 22 plus negative 1 times negative 4 is plus 4 plus 3 times 6, which is 18...