Let T:R^3 be defined by
T(x1,x2,x3)=( x1+x3,x3,x2-x3).
Is T invertible? If yes,find a rule for T^-1 like the one which defines T. If T is not invertible, check whether T satisfies Cayley-Hamiltion theorem.
1
Expert's answer
2019-03-20T11:47:58-0400
Solution:
Let e1=(1,0,0), e2=(0,1,0), e3=(0,0,1) be the natural basis of R3. We have T(e1)=e1, T(e2)=e3, and T(e3)=e1+e2−e3. The matrix of this transformation with respect to the introduced basis is then
⎝⎛10000111−1⎠⎞.
This matrix is non-degenerate (its determinant is equal to -1), therefore, T is invertible. To find the inverse, we observe that T−1(e1)=e1, T−1(e3)=e2, and T−1(e1+e2−e3)=e3. From the last equation, we have T−1(e2)=e3−T−1(e1)+T−1(e3)=−e1+e2+e3. Then, since (x1,x2,x3)=x1e1+x2e2+x3e3, we obtain
Comments