[Math] Show that a set of vectors spans $\Bbb R^3$

linear algebramatricesspanvector-spaces

Let $ S = \{ (1,1,0), (0,1,1), (1,0,1) \} \subset \Bbb R^3 .$

a) Show that S spans $\Bbb R^3$

b) Show that S is a basis for $\Bbb R^3 $

I cannot use the rank-dimension method for (a). Is it possible to show via combination of 3 vectors? What would the final equations be like? I tried using this method but I don't think it's the final answer.

$x+z = a \\
x+y=b\\
y+z=c$

So what do I do from here.

I'm not sure how to do (b).

Best Answer

Let $$v\in \Bbb R^3$$ Then v = (v1,v2,v3). Let s1 = (1,1,0), s2 = (0,1,1), s3 = (1,0,1).

So by row reducing the matrix (s1 s2 s3 v), we get that $$v = ((v_1+v_2-v_3)/2)*s_1 + ((-v_1+v_2+v_3)/2)*s2 + ((v_1-v_2+v_3)/2)*s_3$$

And since v was chosen arbitrarily this means that $$S\ \text{spans}\ \Bbb R^3$$

Now all you need to do is show that S is linearly independent. (Hint: show that there is only one solution to this (s1 s2 s3 x) where x is the zero vector.