I am new to Linear Algebra, and have no teacher at present. I am just looking for some feedback re my answer to the following question:
Let $v_1,..,v_k,u,w$ be vectors in linear space V. It is given that the equation $x_1v_1+…+x_kv_k=u$ has a single solution and that the equation $x_1v_1+..+x_kv_k=w$ has no solution. Where $x_1,\cdots,x_k$ are scalars in the underlying field.
- Prove that the set ${v_1,…,v_k}$ is linearly independent
- Find the dimension of Sp ${v_1,…,v_k,w}$
I reasoned the following:
1. It is given that $x_1v_1+…+x_kv_k=u$ has a single solution, so each variable must have a fixed value for that single solution to hold. If u equals the zero vector, that single solution must be the trivial solution, as the trivial solution always exists with homogenous systems. Therefore, ${v_1,…,v_k}$ is linearly independent.
2. As ${v_1,…,v_k}$ was shown to be linearly independent, its dimension must be $k$. It was given that $v_1,..,v_k=w$ has no solution, therefore $w$ is not a linear combination of $v_1,..,v_k$. As such, ${v_1,…,v_k,w}$ is a basis of Sp ${v_1,…,v_k,w}$, and its dimension is $k+1$.
Your idea is correct, but you need to modify the statement of the problem.
In a vector space $V$ vectors $\{v_1,v_2,....,v_k\}$ are such that for every $u$ in $V$, the equation $$c_1 v_1 + c_2 v_2 +....+c_k v_k = u $$ has a unique solution, and for every $w$ in $V$, the equation $$c_1 v_1 + c_2 v_2 +....+c_k v_k = w $$ has no solution, then $\{v_1,v_2,....,v_k\}$ is linearly independent and the dimension of Span $\{v_1,v_2,....,v_k,w\}$ is $k+1$.