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?