Problem 1: Let b=−100 and let A be the matrix 102−31−45−34−55−4. Is b in the range of the linear transformation x↦Ax? Why or why not?
Solution: Because `b is in the range of the linear transformation x↦Ax‘ is equivalent to say `b is a linear combination of the columns of A‘. Therefore it is enough to check if the augmented matrix
102−31−45−34−55−4−100
is consistent. By row reductions, its echelon form is
100−3105−30−55−4−102
which is consistent. Therefore b is in the range of the linear transformation.
Problem 2: Let T:R2→R2 be the transformation that first performs a horizontal shear that maps e2 into e2−e1/2 and then reflects the result through the x2-axis. Assuming T is linear, find its standard matrix.
Solution: It is enough to find Te1 and Te2. Noticing that T transforms e1 to e1 via the horizontal shear first and then transforms e1 to −e1 via the reflection, Te1=−e1=[−10]. On the other hand, T transforms e2 to e2−e1/2 via the horizontal shear first and then transforms e2−e1/2 to e2+e1/2 via the reflection. Therefore Te2=e2+e1/2=[1/21]. Hence the standard matrix of T is
[−101/21].