Determine if the Vector is in the Column Space
Problem
Solution
Define the column space. The column space of a set of vectors is the set of all possible linear combinations of those vectors.
Calculate the vector
x by performing vector addition.
Determine if
x is in the column space of{a,b} A vectorx is in the column space if there exist scalars(c_1) and(c_2) such that(c_1)*a+(c_2)*b=x Identify the coefficients. Since
x was defined as the sum ofa andb we have(c_1)=1 and(c_2)=1
Conclude that because
x is a linear combination ofa andb it must be in the column space spanned by those vectors.
Final Answer
Want more problems? Check here!