I have the set of three vectors $S=\{(1,2,-1),(2,0,1),(3,2,0)\}$.I observe that the last vector is linear combination of the first two vectors.Is it possible to say that the set $S$ spans a plane without reducing the matrix? Only observing the set can we conclude that the span of the vectors is a plane?
2026-03-31 03:28:08.1774927688
On
How to determine if vectors span a plane?
3.8k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
If you write $S=\{v_1,v_2,v_3\}$ and you observe $v_3=v_1+v_2$, you can see that $\mathrm{span}(v_1,v_2,v_3)=\mathrm{span}(v_1,v_2)$, and because $v_1\neq0\neq v_2$ and $v_1\neq \lambda v_2$ for any $\lambda\in\mathbb{F}$, with $\mathbb{F}$ the field where the scalars from your vector space come from, you can see that $\{v_1,v_2\}$ is linearly independent and thus span a plane.
Explicitly row reducing the the matrix with the three vectors is not necessary if you provide a good (similar to mine) argument.

Because $(1,2,-1)+(2,0,1)=(3,2,0)$ then $$\text{span}(\{(1,2,-1),(2,0,1),(3,2,0)\})=\text{span}(\{(1,2,-1),(2,0,1)\})$$ and the last two vectors are linearly independent. The generated by two linearly independent vectors are, in fact, a plane.