- #1
Guest2
- 193
- 0
Problem: Let $T$ be the linear operator on $\mathbb{R}^3$ defined by
$$T(x_1, x_2, x_3)= (3x_1, x_1-x_2, 2x_1+x_2+x_3)$$
Is $T$ invertible? If so, find a rule for $T^{-1}$ like the one which defines $T$.
Prove that $(T^2-I)(T-3I) = 0.$
Attempt:
$(T|I)=\left[\begin{array}{ccc|ccc}
3 & 0 & 0 & 1 & 0 & 0 \\
0 & -1 &0 & 0 & 1 & 0 \\
2 & 1 & 1 & 0 & 0 & 1 \\
\end{array}\right] \to \left[\begin{array}{ccc|ccc}
1 & 0 & 0 & 1/3 & 0 & 0 \\
0 & 1 &0 & 0 & -1 & 0 \\
0 & 0 & 1 & -2/3 & 1 & 0 \\
\end{array}\right] = (I|T^{-1})$
Thus $T$ is invertible as it row-reduces to $I$ and
$$T^{-1} = \left[\begin{array}{ccc}
& 1/3 & 0 & 0 \\
& 0 & -1 & 0 \\
& -2/3 & 1 & 0 \\
\end{array}\right]$$
Thus the rule is $T^{-1}(x_1, x_2, x_3) = (\frac{1}{3}x_1, -x_2, -\frac{2}{3}x_1+x_2).$
But I'm stuck on showing that $(T^2-I)(T-3I) = 0$. I could directly manipulate this, but I think I'm supposed to somehow use linearity/earlier part of the question. Is this the case? Could someone please clarify.
$$T(x_1, x_2, x_3)= (3x_1, x_1-x_2, 2x_1+x_2+x_3)$$
Is $T$ invertible? If so, find a rule for $T^{-1}$ like the one which defines $T$.
Prove that $(T^2-I)(T-3I) = 0.$
Attempt:
$(T|I)=\left[\begin{array}{ccc|ccc}
3 & 0 & 0 & 1 & 0 & 0 \\
0 & -1 &0 & 0 & 1 & 0 \\
2 & 1 & 1 & 0 & 0 & 1 \\
\end{array}\right] \to \left[\begin{array}{ccc|ccc}
1 & 0 & 0 & 1/3 & 0 & 0 \\
0 & 1 &0 & 0 & -1 & 0 \\
0 & 0 & 1 & -2/3 & 1 & 0 \\
\end{array}\right] = (I|T^{-1})$
Thus $T$ is invertible as it row-reduces to $I$ and
$$T^{-1} = \left[\begin{array}{ccc}
& 1/3 & 0 & 0 \\
& 0 & -1 & 0 \\
& -2/3 & 1 & 0 \\
\end{array}\right]$$
Thus the rule is $T^{-1}(x_1, x_2, x_3) = (\frac{1}{3}x_1, -x_2, -\frac{2}{3}x_1+x_2).$
But I'm stuck on showing that $(T^2-I)(T-3I) = 0$. I could directly manipulate this, but I think I'm supposed to somehow use linearity/earlier part of the question. Is this the case? Could someone please clarify.