[Math] Show that the linear combination is unique

linear algebravector-spaces

I have the following question:
Let S be a subset of the vector space $\Bbb R^3$ defined by

$$
S = \left\{ ~
\begin{bmatrix}2\\-1\\ 0\end{bmatrix},
\begin{bmatrix}1\\3\\ -2\end{bmatrix},
\begin{bmatrix}1\\1\\ 4\end{bmatrix}
~\right\}
$$

  1. show that
    $v= \begin{bmatrix}-4\\4\\ -6\end{bmatrix}$ is in $\text{span}(S)$ by constructing it as a linear combination of the vectors in $S$.
  2. Show that this linear combination is unique.

This is what I got after solving part 1:
$$
c_1\begin{bmatrix}2\\-1\\ 0\end{bmatrix}
+ c_2\begin{bmatrix}1\\3\\ -2\end{bmatrix}
+ c_3\begin{bmatrix}1\\1\\ 4\end{bmatrix} = \begin{bmatrix}-4\\4\\ -6\end{bmatrix}$$

after solving this I got $c_1= -2$, $c_2= 1$, $c_3= -1$.

How do I show that the linear combination is unique?

Best Answer

Hint: If the linear combination is not unique (so there exist two sets of coefficients $c_1,c_2,c_3$ and $d_1,d_2,d_3$), show that this implies the vectors in $S$ are linearly dependent. Then show that this is not the case.