Archetype O Archetype O
β¬ Summary Linear transformation with a domain smaller than the codomain, so it is guaranteed to not be onto. Happens to not be one-to-one.
β¬
Definition A linear transformation (
Definition LT).
T:C3βC5,T([x1x2x3])=[βx1+x2β3x3βx1+2x2β4x3x1+x2+x32x1+3x2+x3x1+2x3]
β¬
Kernel A basis for the kernel of the linear transformation (
Definition KLT).
{[β211]}
β¬
Injective? Is the linear transformation injective (
Definition ILT)? No.
Since the kernel is nontrivial Theorem KILT tells us that the linear transformation is not injective. Also, since the rank can not exceed 3, we are guaranteed to have a nullity of at least 2, just from checking dimensions of the domain and the codomain. In particular, verify that
T([5β13])=[β15β1971011]T([115])=[β15β1971011].
This demonstration that T is not injective is constructed with the observation that
[115]=[5β13]+[β422]
and
z=[β422]βK(T)
so the vector z effectively βdoes nothingβ in the evaluation of T.
β¬
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).
{[β1β1121],[12130],[β3β4112]}
β¬
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.
{[10β3β7β2],[01251]}
β¬
Surjective? Is the linear transformation surjective (
Definition SLT)? No.
The dimension of the range is 2, and the codomain (C5) has dimension 5. So the transformation is not onto. Notice too that since the domain C3 has dimension 3, it is impossible for the range to have a dimension greater than 3, and no matter what the actual definition of the function, it cannot possibly be onto.
To be more precise, verify that [23111]βR(T), by setting the output equal to this vector and seeing that the resulting system of linear equations has no solution, i.e. is inconsistent. So the preimage, Tβ1([23111]), is empty. This alone is sufficient to see that the linear transformation is not onto.
β¬
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=2nullity=1domain=3
β¬
Invertible? Is the linear transformation invertible (
Definition IVLT, and examine parallels with the existence of matrix inverses.)? No.
Not injective, and the relative dimensions of the domain and codomain prohibit any possibility of being surjective.
β¬
Matrix Representation Matrix representation of the linear transformation, as described in
Theorem MLTCV. (See also
Example MOLT.) If
A is the matrix below, then
T(x)=Ax. This computation may also be viewed as an application of
Definition MR and
Theorem FTMR from
Section MR, where the bases are chosen to be the standard bases of
Cm (
Definition SUV).
[β11β3β12β4111231102]