00:01
In this problem, we need to calculate the determinant of a 4x4 matrix.
00:05
Now, in this case, we can't use the very simple and nice formula for a 2x2 square matrix.
00:12
But in this case, what we need to do is row reductions until we get our matrix into a reduced row echelon form or just a row echelon form.
00:22
And then we can take the product of the diagonals of our matrix to find the determinant.
00:27
So the first things, let's understand the matrix we're given.
00:31
We're given the 4x4 matrix, and i'll read them by column.
00:36
We have 1 -5 -1 -2, negative -9 -28, 3 -6 -9 -6, and 1 -3 -9 -6, and 1 -3 -9 -2 -1.
00:46
So the first thing i'm going to do is say this equivalent to this matrix by doing a very simple reduction.
00:55
1 -0 -0 -1 -2, negative 2, 1, 2, 8, 3, negative 9, negative 6, 6, 1, negative 2, 1.
01:06
Again, i'm reading all of these matrices by column.
01:10
So i'm going to do a few row operations.
01:13
You can do them all in one step.
01:15
You don't need to do them in multiple steps.
01:17
So that's what i'm doing if you're comfortable with that.
01:20
So i'm going to take row 2 minus 5 times row 1.
01:25
Then i'm going to do row 1 plus row 3...