Determine if the given vectors span $\mathbb{R}^4$
${(1, 1, 1, 1), (0, 1, 1, 1), (0, 0, 1, 1), (0, 0, 0, 1)}$.
I'm completely confused on this question. My textbook gives a different problem but in $\mathbb{R}^3$. How would i go about this?
Determine if the given vectors span $\mathbb{R}^4$
${(1, 1, 1, 1), (0, 1, 1, 1), (0, 0, 1, 1), (0, 0, 0, 1)}$.
I'm completely confused on this question. My textbook gives a different problem but in $\mathbb{R}^3$. How would i go about this?
On
You want to find constants $a,b,c,d \in \mathbb{R}$ such that every vector $(x,y,z,w) \in \mathbb{R}^4$ can be written as a linear combination of the given vectors. That is, \begin{align}(x,y,z,w)&=a(1,1,1,1)+b(0,1,1,1)+c(0,0,1,1)+d(0,0,0,1)\\ &=(a,a+b,a+b+c,a+b+c+d). \end{align} Equating components, we have: $$x=a, \quad y=a+b, \quad z=a+b+c, \quad w=a+b+c+d.$$
Hence, $$a=x, \quad b=y-x, \quad c=z-y, \quad d=w-z.$$
Therefore, the given list of vectors spans $\mathbb{R}^4$ (since the vector $(x,y,z,w)$ was arbitrary).
Alternatively, you can check to see that the given vectors are linearly independent, and then, since there are $\dim(\mathbb{R}^4)=4$ of them, they must be a basis for $\mathbb{R}^4$. They therefore span $\mathbb{R}^4$.