00:01
So in this problem, we're given this matrix, and our task is to find the lu factorization of it.
00:07
So the first step is to transform this matrix into u form.
00:11
So a 4x4 matrix, u is going to look like this with x's representing any real number.
00:20
So the rest are going to be zeros.
00:23
So essentially, we're applying elementary operations onto the original matrix in order to get it into u form.
00:31
Okay, so our first task is to transform this two into a zero, and we can do that by utilizing this one right here.
00:41
So we're going to subtract two times the first row.
00:46
When you do that, the first row, third row, and fourth row stay the same, but the second row is going to change to 0 to negative 1, negative 10.
01:03
Okay, our next step is to get this to be a zero.
01:07
And again, we can utilize this one right here.
01:09
And so we're going to subtract three times the first row.
01:15
When you do that, the first row, second row, and fourth row, stay the same.
01:26
But this third row changes to 0 to 1 negative 1.
01:36
Okay, our final step for the first column is getting this point to be a zero.
01:46
And we can again utilize this one right here.
01:49
So we're going to subtract one times the first row.
01:56
And you do that, the first three rows stay the same.
02:06
But this final row is going to change to 0 -422.
02:14
So we're done with the first column.
02:16
The next thing we have to get is this spot to be a zero.
02:23
And we do that by utilizing this two right here.
02:30
And so we can subtract one times the second row.
02:37
So the first row, third row, and the last row stay the same.
02:47
Oh, my bad.
02:48
The second row should stay the same.
02:50
But this third row is going to change to 0 to 9.
03:07
Our next step is getting this spot to be a 0.
03:11
And we can utilize this 2 right here to do that.
03:14
And so we subtract 2 times the second row.
03:20
When we do that, we get this first row, say it's the same, as well as the second and the third.
03:33
And this fourth row changes to 0 -0422.
03:43
And our final step is getting this spot to be a zero.
03:50
And we can utilize this two in the third row to do that.
03:55
And so we subtract two times the third row.
03:59
This should be a 22.
04:02
And when we do that, we will end up with our u matrix.
04:11
And so we get first row staying the same and the second and the third.
04:30
And this fourth row is going to be 0 .004.
04:35
So you notice we have these rows of zeros and then this section of any row number.
04:45
And so that's how we know we have it in the u matrix.
04:48
And now it's time to find the l matrix.
04:51
So the l matrix is in the form of this, with these spots being any real number.
05:08
So the way to find each of these spots is we go to the corresponding spot in the u matrix and ask how we got that spot.
05:17
For this, we're going to look at the original spot, and we got this spot to be a zero by multiplying the first row by 2.
05:29
And so that we're going to put the multiplier there in this spot we put a two then for this spot right here we go to the corresponding u spot how did we get that spot and we got this spot to be a zero by multiplying the first row by three so we go down here and put a three okay this next spot right here we multiplied this by one so we put one this spot right here we got by multiplying the second row by one...