Archetype W Summary: Domain is polynomials, codomain is polynomials. Domain and codomain both have dimension 3. Injective, surjective, invertible, 3 distinct eigenvalues, diagonalizable.
\begin{equation*}
\ltdefn{T}{P_2}{P_2},
\lt{T}{a+bx+cx^2}=
\left(19a+6b-4c\right)+
\left(-24a-7b+4c\right)+
\left(36a+12b-9c\right)
\end{equation*}
◊ A basis for the null space of the linear transformation: (
Definition KLT)
\begin{equation*}
\set{\ }
\end{equation*}
Since the kernel is trivial
Theorem KILT tells us that the linear transformation is injective.
◊ A basis for the range of the linear transformation: (
Definition RLT)
Evaluate the linear transformation on a standard basis to get a spanning set for the range (
Theorem SSRLT):
\begin{equation*}
\set{
19-24x+36x^2,\,
6-7x+12x^2,\,
-4+4x-9x^2
}
\end{equation*}
If the linear transformation is injective, then the set above is guaranteed to be linearly independent (
Theorem ILTLI). This spanning set may be converted to a ``nice'' basis, by making the vectors the rows of a matrix (perhaps after using a vector reperesentation), row-reducing, and retaining the nonzero rows (
Theorem BRS), and perhaps un-coordinatizing. A basis for the range is:
\begin{equation*}
\set{1,\,x,\,x^2}
\end{equation*}
A basis for the range is the standard basis of $\complex{5}$, so $\rng{T}=\complex{5}$ and
Theorem RSLT tells us $T$ is surjective. Or, the dimension of the range is 5, and the codomain ($\complex{5}$) has dimension 5. So the transformation is surjective.
◊ Subspace dimensions associated with
the linear transformation. Examine parallels with earlier results for matrices. Verify
Theorem RPNDD.
\begin{align*}
\text{Domain dimension: }3&&
\text{Rank: }3&&
\text{Nullity: }0
\end{align*}
◊ Invertible: Yes.
Both injective and surjective (Theorem ILTIS). Notice that since the domain and codomain have the same dimension, either the transformation is both injective and surjective (making it invertible, as in this case) or else it is both not injective and not surjective.
◊ Matrix representation (Definition MR):
\begin{align*}
B&=\set{1,\,x,\,x^2}\\
&\\
C&=\set{1,\,x,\,x^2}\\
&\\
\matrixrep{T}{B}{C}&=
\begin{bmatrix}
19 & 6 & -4 \\
-24 & -7 & 4 \\
36 & 12 & -9
\end{bmatrix}
\end{align*}
◊ Since invertible, the inverse is also a linear transformation. (Definition IVLT):
\begin{equation*}
\ltdefn{\ltinverse{T}}{P_2}{P_2},
\lt{\ltinverse{T}}{a+bx+cx^2}
=
(-5a-2b+\frac{4}{3}c)+
(24a+9b-\frac{20}{3}c)x +
(12a+4b-\frac{11}{3}c)x^2
\end{equation*}
◊ Eigenvalues and eigenvectors (Definition EELT, Theorem EER):
\begin{align*}
\eigensystem{T}{-1}{2x+3x^2}\\
\eigensystem{T}{1}{-1+3x}\\
\eigensystem{T}{3}{1-2x+x^2}
\end{align*}
◊ A diagonal matrix representation relative to a basis of eigenvectors, $B$.
\begin{align*}
B&=
\set{2x+3x^2,\,-1+3x,\,1-2x+x^2}
\\
&\\
\matrixrep{T}{B}{B}&=\begin{bmatrix}
-1 & 0 & 0 \\
0 & 1 & 0 \\
0 & 0 & 3
\end{bmatrix}
\end{align*}