- #1
DMOC
- 100
- 0
y1 = x2 - x1
y2 = x3 - x2
y3 = x3 - x1
x1, x2, x3 are linearly independent in [itex]R^n[/itex]
Is that true for y1 y2 and y3?
---
Well, normally with linear indepence problems, I can set up a matrix and check to see if the row echelon form has free variables or not, or I can calculate the determinant of a square matrix. Here, I'm just given vectors x1 x2 and x3. What I did was set up a matrix like this with x1 as the first row, x2 as the second, and x3 as the third:
-1 1 0 = 0
0 -1 1 = 0
-1 0 1 = 0
And I end up with the following matrix
1 0 -1 0
0 1 -1 0
0 0 0 0
So I assume these vectors are linearly dependent (not independent) due to the free "variable" of x3?
y2 = x3 - x2
y3 = x3 - x1
x1, x2, x3 are linearly independent in [itex]R^n[/itex]
Is that true for y1 y2 and y3?
---
Well, normally with linear indepence problems, I can set up a matrix and check to see if the row echelon form has free variables or not, or I can calculate the determinant of a square matrix. Here, I'm just given vectors x1 x2 and x3. What I did was set up a matrix like this with x1 as the first row, x2 as the second, and x3 as the third:
-1 1 0 = 0
0 -1 1 = 0
-1 0 1 = 0
And I end up with the following matrix
1 0 -1 0
0 1 -1 0
0 0 0 0
So I assume these vectors are linearly dependent (not independent) due to the free "variable" of x3?