(a) Writing v as a linear combination of u1,u2, and u3 means finding c1,c2, and c3 such that v=c1u1+c2u2+c3u3. This is equivalent to solving a system of linear equations
⎣⎡12−11421−32⎦⎤⎣⎡c1c2c3⎦⎤=⎣⎡4−92⎦⎤
Augmented matrix
A=⎣⎡12−11421−324−92⎦⎤
R2=R2−2R1
⎣⎡10−11221−524−172⎦⎤
R3=R3+R1
⎣⎡1001231−534−176⎦⎤
R2=R2/2
⎣⎡1001131−5/234−17/26⎦⎤
R1=R1−R2
⎣⎡1000137/2−5/2325/2−17/26⎦⎤
R3=R3−3R2
⎣⎡1000107/2−5/221/225/2−17/263/2⎦⎤
R3=2R3/21
⎣⎡1000107/2−5/2125/2−17/23⎦⎤
R1=R1−7R3/2
⎣⎡1000100−5/212−17/23⎦⎤
R2=R2+5R3/2
⎣⎡1000100012−13⎦⎤
So c1=2,c2=−1,c3=3, and we can check that we can write
v=2u1−u2+3u3
=2⎣⎡12−1⎦⎤−⎣⎡142⎦⎤+3⎣⎡1−32⎦⎤=⎣⎡4−92⎦⎤
(b) Writing v as a linear combination of u1,u2, and u3 means finding c1,c2, and c3 such that v=c1u1+c2u2+c3u3. This is equivalent to solving a system of linear equations
⎣⎡121265178⎦⎤⎣⎡c1c2c3⎦⎤=⎣⎡132⎦⎤
Augmented matrix
A=⎣⎡121265178132⎦⎤
R2=R2−2R1
⎣⎡101225158112⎦⎤
R3=R3−R1
⎣⎡100223157111⎦⎤
R2=R2/2
⎣⎡10021315/2711/21⎦⎤
R1=R1−2R2
⎣⎡100013−45/2701/21⎦⎤
R3=R3−3R2
⎣⎡100010−45/2−1/201/2−1/2⎦⎤
R3=−2R3
⎣⎡100010−45/2101/21⎦⎤
R1=R1+4R3
⎣⎡10001005/2141/21⎦⎤
R2=R2−5R3/2
⎣⎡1000100014−21⎦⎤
So c1=4,c2=−2,c3=1, and we can check that we can write
v=4u1−2u2+u3
=4⎣⎡121⎦⎤−2⎣⎡265⎦⎤+⎣⎡178⎦⎤=⎣⎡132⎦⎤
(c) Writing v as a linear combination of u1,u2, and u3 means finding c1,c2, and c3 such that v=c1u1+c2u2+c3u3. This is equivalent to solving a system of linear equations
⎣⎡112235358⎦⎤⎣⎡c1c2c3⎦⎤=⎣⎡146⎦⎤
Augmented matrix
A=⎣⎡112235358146⎦⎤
R2=R2−R1
⎣⎡102215328136⎦⎤
R3=R3−2R1
⎣⎡100211322134⎦⎤
R1=R1−2R2
⎣⎡100011−122−534⎦⎤
R3=R3−R2
⎣⎡100010−120−531⎦⎤
R1=R1+5R3
⎣⎡100010−120031⎦⎤
Then the system has no solution.
Therefore we cannot write v as a linear combination of u1,u2,u3.
Comments