Given,
The vector v=<2,−5,3> ∈R3
v1=<1,−3,2>v2=<2,−4,−1>v3=<1,−5,7>
Suppose v can be expressed as linear combination of v1,v2 and v3
Then,
v=x1v1+x2v2+x2v3v=x1⎝⎛1−32⎠⎞+x2⎝⎛2−4−1⎠⎞+x3⎝⎛1−57⎠⎞=⎝⎛2−53⎠⎞
Augmented matrix of the above system is
⎣⎡1−322−4−1 1 ∣ 2−5 ∣ −57 ∣ 3⎦⎤
Apply elementary row operation
R2→R2+3R1R3→R3−2R1
=⎣⎡10022−51−25∣2∣1 ∣−1⎦⎤
Now,
R2→21R2 R3→51R3
=⎣⎡10021−11−11∣2 ∣1/2 ∣−1/5⎦⎤
Also, R3→R3+R2
=⎣⎡1002101−10∣2 ∣1/2∣3/10⎦⎤
From above, we can conclude that there is pivot position in the augmented column.
Hence given system has no solution.
So, Vector v can't be expressed as linear combination of v1,v2 and v3
Comments