Let B = f(a1,a2, a3) be an ordered basis of
R³ with a1 = (1, 0, -1), a2 = (1, 1, 1),
a3 = (1, 0, 0). Write the vector v = (a, b, c) as
a linear combination of the basis vectors
from B.
1
Expert's answer
2020-11-19T16:22:33-0500
Given the ordered basis B={a1,a2,a3}={⎝⎛10−1⎠⎞,⎝⎛111⎠⎞,⎝⎛100⎠⎞}
then the expression of v=⎝⎛abc⎠⎞ as a linear combination will be of the form
⎝⎛abc⎠⎞=x⎝⎛10−1⎠⎞+y⎝⎛111⎠⎞+z⎝⎛100⎠⎞=⎝⎛x+y+zy−x+y⎠⎞ where x,y,z∈R
⎝⎛abc⎠⎞=⎝⎛x+y+zy−x+y⎠⎞then we have the system of equations below
x+y+z=a…(1)y=b…(2)−x+y=c…(3)
From (2) we have y=b; inserting this into (3) we have: −x+b=c then we have −x=c−bthen x=b−cInserting the values of x and y into (1) we have (b−c)+b+z=a⟹z+2b−c=a⟹z=a−2b+c
∴x=b−c;y=b and z=a−2b+c
Therefore v as the linear combination of the ordered basis is given by v=⎝⎛abc⎠⎞=(b−c)⎝⎛10−1⎠⎞+b⎝⎛111⎠⎞+(a−2b+c)⎝⎛100⎠⎞
Comments
Leave a comment