Nathew
Homework Statement
Determine all values of the constant k for which the given set of vectors is linearly independent in \mathbb R^4.
{(1, 1, 0, −1), (1, k, 1, 1), (4, 1, k, 1), (−1, 1, 1, k)}
Homework Equations
The Attempt at a Solution
So far I set up a coefficient matrix
<br /> \begin{pmatrix}<br /> 1 & 1 & 4 & -1 \\<br /> 1 & k & 1 & 1 \\<br /> 0 & 1 & k & 1 \\<br /> -1 & 1 & 1 & k<br /> \end{pmatrix}<br />
And tried converting it to REF
<br /> \begin{pmatrix}<br /> 1 & 1 & 4 & -1 \\<br /> 0 & 1 & k & 1 \\<br /> 0 & 0 & (-k^2+k-3) & (3-k) \\<br /> 0 & 0 & (5-2k) & (k-3)<br /> \end{pmatrix}<br />
I'm not sure if I should keep going trying to reduce this to REF to see which values of k will not work, but it just seems too messy.
Am I approaching this the wrong way?