Having the following set: $C = \{(2,3,1),(1,4,3)\}$ I want to be able to generate $V = \mathbb{R}^3$
Since $V = \mathbb{R}^3$ has dimension $3$, $C$ needs $3$ elements. However, how do I find the vector I need to add to $C$ in order to be able to generate $V$?
Is sufficient to have 3 vectors that are Linearly Independent and then I can generate $V$? And how do I find it?
Thank you!
Take any vector $(a,b,c)$ which is not a linear combination of $(2,3,1)$ and $(1,4,3)$. For instance $(1,0,0)$ will do. Actually, any vector $(a,b,c)$ such that $b\neq a+c$ will do.