Processing math: 100%
AMPS | THARC | KE8QZC | SFW | TSW | WW
ORCID iD icon

Back to the class
Problems #7 and #14 on pg.222-223 are graded.

#7, pg.222: Find the coordinate vector [x]B of x relative to the given basis B={b1,b2,b3} where x=[896], and b1=[113],b2=[349],b3=[224].

Solution: We must find the weights c1,c2,c3 that solve c1b1+c2b2+c3b3=x, i.e. we must solve c1[113]+c2[349]+c3[224]=[896]. Set up the augmented matrix and compute its reduced echelon form to get [132814293946][100101010013]. This yields solution c1=1,c2=1,c3=3. Thus we have derived the relation (1)[113]+(1)[349]+3[224]=[896], which can be observed to be true. Therefore by the defition of coordinate vectors we see [x]B=[c1c2c3]=[113].

#14,pg.223: The set B={1t2,tt2,2t+t2} is a basis for P2. Find the coordinate vector of p(t)=1+3t6t2 relative to B.

Solution: We write b1=1t2,b2=tt2, and b3=2t+t2. We must find weights c1,c2,c3 such that c1b1+c2b2+c3b3=p, or in other words c1(1t2)+c2(tt2)+c3(2t+t2)=1+3t6t2. Simplify the left hand side by combining like terms to get (c1c2+c3)t2+(c2c3)t+(c1+2c3)=1+3t6t2. Equating coefficients leads to the following system of equations: {c1c2+c3=6c2c3=3c1+2c3=1. This system can be solved by computing the reduced echelon form of the augmented matrix: [111601131021][100301020011]. Therefore we see [p]B=[321].