I am doing a simple practice question:
Every combination of v = (1,-2,1) and w = (0,1,-1) has components that add to ____ . Find c and d so that cv + dw = (3,3,-6). Why is (3,3,6) impossible?
I know the blank is "zero" and c = 3, d = 9. The last part I didn't get --- (3,3,6) is impossible because it doesn't add up to zero.
What am I supposed to take away from this? Is there some property or definition here? (I'm starting linear algebra)
You have two linearly independent vectors $(1,-2,1)$ and $(0,1,-1)$ in the three dimensional space $\mathbb {R^3}$
Any linear combination of $(1,-2,1)$ and $(0,1,-1)$ is a vector whose components add up to $0$
The subspace spanned by these two vectors is a two dimensional subspace which does not include vectors whose components do not add up to $0$.
Therefore $(3,3,6)$ is not in that subspace since it is not a linear combination of $(1,-2,1)$ and $(0,1,-1)$