Let v=(a,b,c)=pa1+qa2+ra3 for some p,q,r∈R and find the coefficients p,q,r. We have the following
(a,b,c)=p(1,0,−1)+q(1,1,1)+r(1,0,0)=(p+q+r,q,−p+q)
So, a=p+q+r, b=q and c=−p+q . Therefore, p=q−c=b−c and r=a−p−q=a−(b−c)−b=a−2b+c .
Therefore, v=(a,b,c)=(b−c)a1+ba2+(a−2b+c)a3.
Comments