Destiny M. answered 05/26/19
Math Major; English and Math Tutor
2x1 + x2 - 2x3
4x1 + 3x2
3x1 + 2x2 - x3
Now we we will use Gaussian Elimination:
[2 1 -2]
[4 3 0] (R2 = -2R1 + R2)
[3 2 -1] (R3 = -3R1 + 2R1)
[2 1 -2]
[0 1 4]
[0 1 4] (R3 = R2 - R3)
[2 1 -2]
[0 1 4]
[0 0 0] This is now in row echelon form. There is a pivot in the first row (2) and there is a pivot in the second row (1). There is no pivot in the third row, however, because the bottom row of the matrix only contains zero's and thus the matrix is not in upper triangular form (google upper triangular matrix). Since there is not a pivot in every row, T is not linearly independent.