Are x1, x2, and x3 linearly dependent in R^n?

  • Thread starter Thread starter DMOC
  • Start date Start date
  • Tags Tags
    Linear Proof
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
DMOC
Messages
98
Reaction score
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?
 
on Phys.org
Yes, that should be correct ... my bad. But would the longer method be valid? i.e. mathematically legal?