[Math] Describe the span of the given vectors geometrically and algebraically

linear algebraspan

Describe the span of the given vectors geometrically and algebraically:

$\pmatrix{1\\0\\-1}$, $\pmatrix{-1\\1\\0}$, $\pmatrix{0\\-1\\1}$.

I have figured out that these vectors are linearly dependent since the system with the following augmented matrix

$$\begin{bmatrix}1 & -1 &0 & 0\\0 & 1 & -1 & 0\\-1 & 0 & 1 & 0\end{bmatrix}$$

led me to a parametric solution

$$t\pmatrix{1\\0\\-1} + t\pmatrix{-1\\1\\0} + t\pmatrix{0\\-1\\1} = 0$$
(so another solutions exist besides the trivial one).

How do I now determine what kind of a geometric object it represents? It can't be a 3D space since there are not 3 linearly independent vectors in the set.

I assume that it is an equation of a plane since it does not look like that any two vectors are a linear combination of third one (such a case would result in a line in 3D). How do I choose which two vectors from the three to use as directional vectors defining the plane? Thanks.

Best Answer

Your three vectors $\vec a,\vec b,\vec c$ are linearly dependent but the first two are linearly independent. Therefore $\operatorname{span}(\vec a,\vec b,\vec c)=\operatorname{span}(\vec a,\vec b)$. The span is a 2D plane. You could use any two vectors to do this, since any of your three vectors can be written as a linear combination of the other two.