From A First Course in Linear Algebra
Version 2.21
© 2004.
Licensed under the GNU Free Documentation License.
http://linear.ups.edu/
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.
A linear transformation: (Definition LT)
|
A basis for the null space of the linear transformation: (Definition KLT)
|
Injective: No. (Definition ILT)
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
This demonstration that
so the vector
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):
|
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:
|
Subspace dimensions associated with the linear transformation. Examine parallels with earlier results for matrices. Verify Theorem RPNDD.
Surjective: No. (Definition SLT)
The dimension of the range is 2, and the codomain
(
To be more precise, verify that \left [\array{ 2\cr 3 \cr 1\cr 1 \cr 1 } \right ]∉ℛ\kern -1.95872pt \left (T\right ), 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}\left (\left [\array{ 2\cr 3 \cr 1\cr 1 \cr 1 } \right ]\right ), is empty. This alone is sufficient to see that the linear transformation is not onto.
Invertible: No.
Not injective, and the relative dimensions of the domain and codomain prohibit
any possibility of being surjective.
Matrix representation (Theorem MLTCV):
T : {ℂ}^{3} → {ℂ}^{5},\quad T\left (x\right ) = Ax,\quad A = \left [\array{
−1&1&−3\cr
−1 &2 &−4
\cr
1 &1& 1\cr
2 &3 & 1
\cr
1 &0& 2 } \right ]
|