Show that the set of vectors {(1,1,5),(1,1,3)(1,1,3)}
it is linear independent or not
Solution;
A set of vectors,v1,v2,v3 are linearly independent if the only scalars that satisfy;
k1v1+k2v2+k3v3=0.....(1)
Are;
k1=k2=k3=0.
The equivalent homogeneous solution of (1) is;
"\\begin{bmatrix}\n | & |&| \\\\\n v_1& v_2&v_3\\\\\n|&|&|\n\\end{bmatrix}" "\\begin{bmatrix}\n k_1 \\\\\n k_2\\\\\nk_3\n\\end{bmatrix}=0"
The coefficient vector matrix is;
"\\begin{bmatrix}\n 1 & 1&1\\\\\n 1 & 1&1\\\\\n5&3&3\n\\end{bmatrix}"
The reduced row echelon matrix form is;
"\\begin{bmatrix}\n 1 & 0&0 \\\\\n 0 & 1&1\\\\\n0&0&0\n\\end{bmatrix}"
This shows that there exists a nontrivial linear combination of the vectors. Hence the set of vectors is linearly dependent.
Comments
Leave a comment