Question Let V be the subspace of $\mathbb{R}^4$ defined as V={(w, x, y, z) ∈ $\mathbb{R}^4$:w+x+y+z= 0}. Check that the vectors $\begin{bmatrix} -1 \\ 0 \\ 1 \\ 0 \end{bmatrix}$ and $\begin{bmatrix} 0 \\ -1 \\ 0 \\ 1 \end{bmatrix}$ can be part of a basis for V. Then expand the set consisting of these two vectors to a basis of V.
I'm assuming that the answer is that the two vectors can be part of the basis because they are linearly independent, but I'm not sure if I'm correct. Also, how do we know what dimension of V is? Is it correct that dim(V) = 3, since we need a free variable to solve the problem. e.g. w=-x-y-z
Part of basis means not only independent but also spans the space. Dimension of $V =3$ is correct $w=-x-y-z$ written in standard basis as
$x\begin{bmatrix} -1\\0\\0\\0\end{bmatrix}+y\begin{bmatrix}0\\-1\\0\\0\end{bmatrix}+z\begin{bmatrix}0\\0\\-1\\0\end{bmatrix}$