Linear Algebra - Linear (in)dependence of a set

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
2 replies · 2K views
SetepenSeth
Messages
16
Reaction score
0

Homework Statement



Let { u, v, w} be a set of vectors linearly independent on a vector space V

- Is { u-v, v-w, u-w} linearly dependent or independent?

Homework Equations


[/B]
A set of vectors u, v, w are linearly independent if for the equation

au + bv + cw= 0 (where a, b, c are real scalars)

The only solution is the trivial one a = b = c = 0

The Attempt at a Solution



I expressed the vector in base of their coefficients, changed them into column vectors, formed a matrix and solve the homogeneous system

(1)u - (1)v + (0)w
(0)u + (1)v - (1)w
(1)u + (0)v - (1)w

| 1 0 1 |
|-1 1 0 |
| 0 -1 -1 |

After doing (R2 + R1 on R2) > (R3 + R2 on R3) I get:

| 1 0 1|
| 0 1 1|
| 0 0 0|

Which has no pivot on the 3rd column, thus the system has multiple solutions, making the set linearly dependent, however my answer key says is linearly independent and I'm not sure what I may be doing wrong.
 
on Phys.org
vela said:
Nothing. The key is wrong. If you add the first and second vectors together, you get the third. That set is clearly dependent.

Thank you, I didn't notice that indeed the 3rd vector is the sum of the first two, that is proof enough the key is indeed wrong.