1

I was asked to tell if the following vectors-set is a basis (vector space not menionted), so after reduction I got the following: $$\left( {\begin{array}{*{20}{c}} 0 & 1 & 1 \\ 2 & 1 & 3 \\ { - 1} & 1 & 0 \\ \end{array}} \right) = \left( \begin{array}{l} x \\ y \\ z \\ \end{array} \right) \Rightarrow \left( {\begin{array}{*{20}{c}} { - 1} & 1 & 0 \\ 0 & 3 & 3 \\ 0 & 0 & 0 \\ \end{array}} \right) = \left( \begin{array}{l} z \\ y + 2z \\ x - \frac{y}{3} - \frac{{2z}}{3} \\ \end{array} \right)$$

So, at this point in order to prove it is not a basis, I need to find $x,y,z$ such that are not linear combination of the three vectors. Right?
How do you that efficiently, just by trial and error?

Carsten S
  • 8,726
AndrePoole
  • 3,271

1 Answers1

1

Notice that the third column vector is the sum of the first two column vectors. Hence, the three column vectors are linearly dependent, so they do not form a basis of $\mathbb R^3$.

If you didn't notice this, then you can reduce the matrix of column vectors into row echelon form like you did. Because you obtained a row of zeroes, the vectors must be linearly dependent.

Adriano
  • 41,576