[Math] Does the following set span $R^3$ and is it a basis of $R^3$

linear algebravector-spaces

$\left\{ \left( 1,1,1 \right), \left( 0,1,1 \right), \left( 0,0,1 \right), \left( 1,2,3 \right) \right\}$

The first thing I did was test for linear independence:

$x=(0,0,0)$ $u=(1,1,1)$ $v=(0,1,1)$ $w=(0,0,1)$ $q=(1,2,3)$

So $x = c_1u+c_2v+c_3w+c_4q$

This then gives the matrix:

$A=$$\begin{bmatrix} 1 & 0 & 0 & 1 & 0 \\ 1 & 1 & 0 & 2 & 0 \\ 1 & 1 & 1 & 3 & 0\\ \end{bmatrix}$

The $rref(A)$ shows a linearly independent set. But I'm not sure how to test if it spans $R^3$? If I can determine if it spans $R^3$ I will the know if this is a basis of $R^3$.

Best Answer

First, plug the vectors into a matrix as columns (or rows). If you plugged them in as columns, find the column space. If you plugged them in as rows, then carry out row reduction to find the row space.

If the column space or the row space has dimension $<3$, then they cannot form a spanning set of $\mathbb{R}^3$. Note that, if you have $x$ vectors in $\mathbb{R}^n$, and $x>n$, then the set of vectors is never linearly independent, and thus cannot be a basis of $\mathbb{R}^n$.

However, if your vectors are a spanning set, then a subset of them will be a basis for $\mathbb{R}^n$.