Proving Linear Independence of vectors

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
1 reply · 2K views
zecuria
Messages
3
Reaction score
0

Homework Statement



Let x1 = (1, 2, -1, 1), x2 = (-1, -1, -1, -1), x3 = (1, 1, 1, 0), x4 = (-2, -1 -4 -1)

Show that x1, x3 and x4 are linearly independent



Homework Equations





The Attempt at a Solution


Now I used the equation:
ax1+bx2+cx3+dx4=0

Hence forth the augmented matrix of the equation is,

[tex] \begin{pmatrix}<br /> 1 & -1 & 1 & -2 & | & 0\\<br /> 2 & -1 & 1 & -1 & | & 0\\<br /> -1 & -1 & 1 & -4 & | & 0\\<br /> 1 & -1 & 0 & -1 & | & 0<br /> \end{pmatrix}[/tex]

This is row reduced to,

[tex] \begin{pmatrix}<br /> 1 & -1 & 1 & -2 & | & 0\\<br /> 0 & 1 & -1 & 3 & | & 0\\<br /> 0 & 0 & -1 & 1 & | & 0\\<br /> 0 & 0 & 0 & 0 & | & 0<br /> \end{pmatrix}[/tex]

From as there is no leading entry corresponding to d, Setting d = t, the general solution is:

a = -t, b = -2t, c = t, d = t.

And as the number of leading entries =! number of unknowns so the vectors are linearly dependent

This is the point where I get confused as the question asks how they are linearly dependent so I am quite confused at this point

Any help would be most appreciated and thanks in advanced
 
Physics news on Phys.org
zecuria said:

Homework Statement



Let x1 = (1, 2, -1, 1), x2 = (-1, -1, -1, -1), x3 = (1, 1, 1, 0), x4 = (-2, -1 -4 -1)

Show that x1, x3 and x4 are linearly independent


You have to show that x1,x2,x4 are linearly independent. Do the Gauss elimination with these three vectors.

ehild