Archetype W Archetype W
β¬ Summary Domain is polynomials, codomain is polynomials. Domain and codomain both have dimension 3. Injective, surjective, invertible, 3 distinct eigenvalues, diagonalizable.
β¬ Definition A linear transformation (Definition LT).
T:P2βP2T(a+bx+cx2)=(19a+6bβ4c)+(β24aβ7b+4c)x+(36a+12bβ9c)x2
β¬ Kernel A basis for the kernel of the linear transformation (Definition KLT).
{ }
β¬ Injective? Is the linear transformation injective (Definition ILT)? Yes.
Since the kernel is trivial Theorem KILT tells us that the linear transformation is injective.
β¬ Spanning Set for Range A spanning set for the range of a linear transformation (Definition RLT) can be constructed easily by evaluating the linear transformation on a standard basis (Theorem SSRLT).
{19β24x+36x2,6β7x+12x2,β4+4xβ9x2}
β¬ Range A basis for the range of the linear transformation (Definition RLT). If the linear transformation is injective, then the spanning set just constructed is guaranteed to be linearly independent (Theorem ILTLI) and is therefore a basis of the range with no changes. Injective or not, this spanning set can be converted to a βniceβ linearly independent spanning set by making the vectors the rows of a matrix (perhaps after using a vector representation), row-reducing, and retaining the nonzero rows (Theorem BRS), and perhaps un-coordinatizing.
{1,x,x2}
β¬ Surjective? Is the linear transformation surjective (Definition SLT)? Yes.
A basis for the range is the standard basis of C5, so R(T)=C5 and Theorem RSLT tells us T is surjective. Or, the dimension of the range is 5, and the codomain (C5) has dimension 5. So the transformation is surjective.
β¬ Subspace Dimensions Subspace dimensions associated with the linear transformation (Definition ROLT, Definition NOLT). Verify Theorem RPNDD, and examine parallels with earlier results for matrices.
rank=3nullity=0domain=3
β¬ Invertible? Is the linear transformation invertible (Definition IVLT, and examine parallels with the existence of matrix inverses.)? 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 Matrix representation of the linear transformation, as given by Definition MR and explained by Theorem FTMR.
domain basis={1,x,x2}
codomain basis={1,x,x2}
matrix representation=[196β4β24β743612β9]
β¬ Inverse Linear Transformation The inverse linear transformation (Definition IVLT). Verify that Tβ1(T(x))=x and T(Tβ1(x))=x.
Tβ1:P2βP2,Tβ1(a+bx+cx2)=(β5aβ2b+43c)+(24a+9bβ203c)x+(12a+4bβ113c)x2
β¬ Eigenvalues, Eigenspaces Eigenvalues, and bases for eigenspaces (Definition EELT, Theorem EER). Evaluate the linear transformation with each eigenvector as an interesting check.
Ξ»=β1ET(β1)=β¨{2x+3x2}β©Ξ»=1ET(1)=β¨{β1+3x}β©Ξ»=3ET(3)=β¨{1β2x+x2}β©
β¬ Diagonal Matrix Representation A diagonal matrix representation relative to a basis of eigenvectors.
basis={2x+3x2,β1+3x,1β2x+x2}
matrix representation=[β100010003]