Write v as a linear combination of u1, u2, u3, where
(a) v = (4, −9, 2), u1 = (1, 2, −1), u2 = (1, 4, 2), u3 = (1, −3, 2);
(b) v = (1, 3, 2), u1 = (1, 2, 1), u2 = (2, 6, 5), u3 = (1, 7, 8);
(c) v = (1, 4, 6), u1 = (1, 1, 2), u2 = (2, 3, 5), u3 = (3, 5, 8);
(a) Writing "~v" as a linear combination of "u_1, u_2," and "u_3" means finding "c_1," "c_2," and "c_3" such that "v=c_1u_1+c_2u_2+c_3u_3." This is equivalent to solving a system of linear equations
Augmented matrix
"R_2=R_2-2R_1"
"R_3=R_3+R_1"
"R_2=R_2\/2"
"R_1=R_1-R_2"
"R_3=R_3-3R_2"
"R_3=2R_3\/21"
"R_1=R_1-7R_3\/2"
"R_2=R_2+5R_3\/2"
So "c_1 = 2, c_2 = -1, c_3 = 3," and we can check that we can write
"=2\\begin{bmatrix}\n 1 \\\\\n 2 \\\\\n -1\n\\end{bmatrix}-\\begin{bmatrix}\n 1 \\\\\n 4 \\\\\n 2\n\\end{bmatrix}+3\\begin{bmatrix}\n 1 \\\\\n -3 \\\\\n 2\n\\end{bmatrix}=\\begin{bmatrix}\n 4 \\\\\n -9 \\\\\n 2\n\\end{bmatrix}"
(b) Writing "~v" as a linear combination of "u_1, u_2," and "u_3" means finding "c_1," "c_2," and "c_3" such that "v=c_1u_1+c_2u_2+c_3u_3." This is equivalent to solving a system of linear equations
Augmented matrix
"R_2=R_2-2R_1"
"R_3=R_3-R_1"
"R_2=R_2\/2"
"R_1=R_1-2R_2"
"R_3=R_3-3R_2"
"R_3=-2R_3"
"R_1=R_1+4R_3"
"R_2=R_2-5R_3\/2"
So "c_1 = 4, c_2 = -2, c_3 = 1," and we can check that we can write
(c) Writing "~v" as a linear combination of "u_1, u_2," and "u_3" means finding "c_1," "c_2," and "c_3" such that "v=c_1u_1+c_2u_2+c_3u_3." This is equivalent to solving a system of linear equations
Augmented matrix
"R_2=R_2-R_1"
"\\begin{bmatrix}\n 1 & 2 & 3 &\\ \\ 1\\\\\n 0 & 1 & 2 & \\ \\ 3 \\\\\n 2 & 5 & 8 & \\ \\ 6\n\\end{bmatrix}""R_3=R_3-2R_1"
"\\begin{bmatrix}\n 1 & 2 & 3 &\\ \\ 1\\\\\n 0 & 1 & 2 & \\ \\ 3 \\\\\n 0 & 1 & 2 & \\ \\ 4\n\\end{bmatrix}""R_1=R_1-2R_2"
"\\begin{bmatrix}\n 1 & 0 & -1 &\\ \\ -5\\\\\n 0 & 1 & 2 & \\ \\ 3 \\\\\n 0 & 1 & 2 & \\ \\ 4\n\\end{bmatrix}""R_3=R_3-R_2"
"\\begin{bmatrix}\n 1 & 0 & -1 &\\ \\ -5\\\\\n 0 & 1 & 2 & \\ \\ 3 \\\\\n 0 & 0 & 0 & \\ \\ 1\n\\end{bmatrix}""R_1=R_1+5R_3"
"\\begin{bmatrix}\n 1 & 0 & -1 &\\ \\ 0\\\\\n 0 & 1 & 2 & \\ \\ 3 \\\\\n 0 & 0 & 0 & \\ \\ 1\n\\end{bmatrix}"Then the system has no solution.
Therefore we cannot write "v" as a linear combination of "u_1, u_2, u_3."
Comments
Leave a comment