This is my first time posting a question to this forum (so bare with me). Struggling a bit on trying to understand this problem:
Let u and v be two vectors, what is the set of all linear combinations cu + dv for scalars c and d such that c + d = 1.
Would the set just be all real numbers?
{ cu + dv : c + d = 1 } = { cu + (1 - c)v : c in R } =
{ c(u - v) + v : c in R } is a one dimensional vector space,
a line passing through the ends of u (c = 1) and v (c = 0).