I have m > 2 vectors v in the plane, any two of which are linearly independent to each other.
Any two of these vectors are enough to fill the plane. My question is this:
How can one characterise the number of linear combinations of v that map onto the same point in the plane?
Also, is this number the same for every point in the plane?
Having $m$ vectors $v_i \in \mathbb{R}^2$ a linear combination that gives a vector $b \in \mathbb{R}^2$ is $$ \lambda_1 v_1 + \dotsb + \lambda_m v_m = b $$ Each linear combination is characterized by the vector $\lambda = (\lambda_1, \dotsc, \lambda_m)^t$. This corresponds with the matrix equation $$ A \lambda=b \quad (*) $$ with $A = (v_1, \dotsc, v_m)$ and the question of how many linear combinations exist is equivalent to the numbers of solutions $\lambda$ of equation $(*)$. For this there are three cases:
We can check the case by trying to bring the augmented matrix $(A \mid b)$ into row echelon form: $$ (A \mid b) = \\ \left( \begin{array}{rrrr|r} (v_1)_1 & (v_2)_1 & \dotsb & (v_m)_1 & b_1 \\ (v_1)_2 & (v_2)_2 & \dotsb & (v_m)_2 & b_2 \\ \end{array} \right) $$ As $m>2$ there will be always more variables than equations, so a unique solution is not possible. What can happen, depending on the choice of the $v_i$ and $b$, are free variables, which will result in infinite many solutions or inconsistent equations, which mean no solution.