Archetype U   

From A First Course in Linear Algebra
Version 2.23
© 2004.
Licensed under the GNU Free Documentation License.
http://linear.ups.edu/

Summary  Domain is matrices, codomain is column vectors. Domain has dimension 6, while codomain has dimension 4. Can’t be injective, is surjective.

A linear transformation: (Definition LT)

T : {M}_{23} → {ℂ}^{4},\quad T\left (\left [\array{ a&b&c \cr d&e&f} \right ]\right ) = \left [\array{ a + 2b + 12c − 3d + e + 6f \cr 2a − b − c + d − 11f \cr a + b + 7c + 2d + e − 3f \cr a + 2b + 12c + 5e − 5f } \right ]

A basis for the null space of the linear transformation: (Definition KLT)

\left \{\left [\array{ 3&−4&0\cr 1& 2 &1 } \right ],\kern 1.95872pt \left [\array{ −2&−5&1\cr 0 & 0 &0 } \right ]\right \}

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 4, 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

\eqalignno{ T\left (\left [\array{ 1&10&−2\cr 3&−1 & 1 } \right ]\right ) & = \left [\array{ −7\cr −14 \cr −1\cr −13 } \right ] &T\left (\left [\array{ 5&−3&−1\cr 5& 3 & 3 } \right ]\right ) & = \left [\array{ −7\cr −14 \cr −1\cr −13 } \right ] & & & & }

This demonstration that T is not injective is constructed with the observation that

\eqalignno{ \left [\array{ 5&−3&−1\cr 5& 3 & 3 } \right ] & = \left [\array{ 1&10&−2\cr 3&−1 & 1 } \right ] + \left [\array{ 4&−13&1\cr 2& 4 &2 } \right ] & & \text{and} \cr z & = \left [\array{ 4&−13&1\cr 2& 4 &2 } \right ] ∈K\kern -1.95872pt \left (T\right ) & & }

so the vector z effectively “does nothing” in the evaluation of T.

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):

\left [\array{ 1\cr 2 \cr 1\cr 1 } \right ],\kern 1.95872pt \left [\array{ 2\cr −1 \cr 1\cr 2 } \right ],\kern 1.95872pt \left [\array{ 12\cr −1 \cr 7\cr 12 } \right ],\kern 1.95872pt \left [\array{ −3\cr 1 \cr 2\cr 0 } \right ],\kern 1.95872pt \left [\array{ 1\cr 0 \cr 1\cr 5 } \right ],\kern 1.95872pt \left [\array{ 6\cr −11 \cr −3\cr −5 } \right ]

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:

\left \{\left [\array{ 1\cr 0 \cr 0\cr 0 } \right ],\kern 1.95872pt \left [\array{ 0\cr 1 \cr 0\cr 0 } \right ],\kern 1.95872pt \left [\array{ 0\cr 0 \cr 1\cr 0 } \right ],\kern 1.95872pt \left [\array{ 0\cr 0 \cr 0\cr 1 } \right ]\right \}

Surjective: Yes. (Definition SLT)
A basis for the range is the standard basis of {ℂ}^{4}, so ℛ\kern -1.95872pt \left (T\right ) = {ℂ}^{4} and Theorem RSLT tells us T is surjective. Or, the dimension of the range is 4, and the codomain ({ℂ}^{4}) has dimension 4. So the transformation is surjective.

Subspace dimensions associated with the linear transformation. Examine parallels with earlier results for matrices. Verify Theorem RPNDD.

\eqalignno{ \text{Domain dimension: }6 & &\text{Rank: }4 & &\text{Nullity: }2 & & & & & & }

Invertible: No.
The relative sizes of the domain and codomain mean the linear transformation cannot be injective. (Theorem ILTIS)

Matrix representation (Definition MR):

\eqalignno{ B & = \left \{\left [\array{ 1&0&0\cr 0&0 &0} \right ],\kern 1.95872pt \left [\array{ 0&1&0\cr 0&0 &0} \right ],\kern 1.95872pt \left [\array{ 0&0&1\cr 0&0 &0} \right ],\kern 1.95872pt \left [\array{ 0&0&0\cr 1&0 &0} \right ],\kern 1.95872pt \left [\array{ 0&0&0\cr 0&1 &0} \right ],\kern 1.95872pt \left [\array{ 0&0&0\cr 0&0 &1} \right ]\right \} & & \cr C & = \left \{\left [\array{ 1\cr 0 \cr 0\cr 0 } \right ],\kern 1.95872pt \left [\array{ 0\cr 1 \cr 0\cr 0 } \right ],\kern 1.95872pt \left [\array{ 0\cr 0 \cr 1\cr 0 } \right ],\kern 1.95872pt \left [\array{ 0\cr 0 \cr 0\cr 1 } \right ]\right \} & & \cr {M}_{B,C}^{T } & = \left [\array{ 1& 2 &12&−3&1& 6\cr 2&−1 &−1 & 1 &0 &−11 \cr 1& 1 & 7 & 2 &1& −3\cr 1& 2 & 12 & 0 &5 & −5 } \right ] & & }