The set S = v1, v2, v3 of vectors in R3 is linearly independent if the only solution of c1v1 + c2v2 + c3v3 = 0 is c1, c2, c3 = 0Otherwise (i.e., if a solution with at least some nonzero values exists), S is linearly dependent.With our vectors v1, v2, v3, becomes:c1(1,2,1) + c2(−1,0,1) + c3(2,−1,4) = (0,0,0)Rearranging the left hand side yields1 c1−1 c2 +2 c3=02 c1 +0 c2−1 c3=01 c1 +1 c2 +4 c3 = 0solve this equations , we will get the system has only the trivial solution, so that the only solution of is c1, c2, c3 = 0.Therefore the set S = v1, v2, v3 is linearly independent.
Comments