00:02
Okay, we have a matrix 3, negative 6, 9, negative 2, 7, negative 2, 0, 1, 5.
00:12
So let's start by, we could reduce that first row actually.
00:19
So if we divide every term in the first row by 3, we get 1, negative 2, and just copy the other rows.
00:29
And what we want to do is we want to get this little triangle to all be zeros.
00:37
So to do that, i'm going to multiply the first row by 2 and add it to the second row to replace the second row.
00:50
I'm not actually going to rewrite the first row, but for the purpose of the operations, i am multiplying that first row by 2.
00:58
So if i multiply 1 times 2, we get 2, and when we add it to the second row, we get 0.
01:05
Negative 2 times 2 is negative 4, adding it to the 7, we get 3.
01:11
3 times 2 is 6, and when we add that to negative 2, we get 4...