00:01
The question asked to solve this reduced echelon form augmented matrix.
00:08
So as you already may know, a augmented matrix has variables in each column.
00:18
It has, well, you can name this any variable, but let's say that this first column contains x1 variables.
00:25
This second column contains x2 variables.
00:28
And this third column contains x3 variable, and the very last column in an augmented matrix would be the solution to this.
00:38
So we can rewrite this as a system of equations.
00:43
So if we look at the first row, we can say that x1 plus, well, 0x2 plus 0x3 equals negative 3.
00:52
And in the second row, we can say that x2, well, 0x1 plus x2 plus 0x3 equals 0.
01:02
And for at the last row, we can see that 0x1 plus 0x2 plus x3 equals 7.
01:12
So the solutions for this matrix would be negative x1 equals negative 3, x2 equals 0, and x3 equals 7.
01:22
So this matrix has a unique solution.
01:28
Looking at letter b, we can apply the same strategy.
01:33
So let's say that this column is x1, the second one is x2, x3, x4, and the last row is is b or our solution column.
01:45
Rewriding this as a system of equations, we can write x1 plus 0 x2, 0x3 minus 0, minus 7 x4 equals 8.
01:57
The second rule tells us that there is 0x1 plus x2 plus 0x3 plus 0x4 equals 2.
02:07
And the last column tells us that there is 0x1 plus 0x2 plus x3 plus x4 equals b.
02:18
And you notice that there, we only have three systems of equations, but there are actually for variables.
02:30
And for this particular matrix, x4, in this case, would be a free variable because the leading entries are only, only exist in the x1 column, x2 column, x3 column...