Study whether the vectors v1(1, 1, 2), v2(2, 3, 0), v3(3, 4, 2) in R 3 are linearly dependent. If so, find the linear dependency relation
A sequence of vectors "\\vec v_1, \\vec v_2,..., \\vec v_k" from a vector space "V" is said to be linearly dependent, if there exist scalars "a_1, a_2, ..., a_k" not all zero, such that
where "\\vec 0" denotes the zero vector.
Consider the set of vectors "\\vec v_1=(1,1,2), \\vec v_2=(2,3,0), \\vec v_3=(3,4,2)" then the condition for linear dependence seeks a set of non-zero scalars, such that
Augmented matrix
"R_2=R_2-R_1"
"R_3=R_3-2R_1"
"R_1=R_1-2R_2"
"R_3=R_3+4R_2"
If "a_3=c\\not=0," then "a_1=a_2=-c."
Hence
The vectors "\\vec v_1=(1,1,2), \\vec v_2=(2,3,0), \\vec v_3=(3,4,2)" in "R ^3" are linearly dependent, and
Comments
Leave a comment