Home page for accesible maths 4 Linear transformations

Style control - access keys in brackets

Font (2 3) - + Letter spacing (4 5) - + Word spacing (6 7) - + Line spacing (8 9) - +

4.C Images and kernels

We now define two subspaces which help us to understand a linear transformation (in much the same way that prime factors help us to understand an integer).

Definition 4.15:

The image of a linear transformation T:VW is the set

imT:={T(x)W|xV}.

In other words, it is the set of elements yW such that there exists an xV with y=T(x). This set is also sometimes written imT=T(V). One might also refer to the image of a subset SV, which will be denoted T(S).

The image of a matrix in Mn×m(F), will mean the image of the associated linear transformation xAx (using the standard basis, unless stated otherwise). Here x is viewed as a column vector in Fm.

[Aside: The image of a function is also sometimes called its range.]

Theorem 4.16.

Let AMn×m(F). Then imA equals the span of its column vectors.

Proof.

Since Fm={α1e1++αmem|αiF}, we can rewrite the image as follows:

imA={A(α1e1++αmem)|αiF}={α1Ae1++αmAem|αiF}.

But since Aei is the ith column of the matrix A, the right hand side is equal to the span of the column vectors. ∎

Example 4.17.

Let A=[3-3-11]M2(R). The image of A is

imA=span{[3-1],[-31]}=span{[3-1]}.

So the image of A is a 1-dimensional subspace of R2 with basis (3,-1).

Next we define the kernel of a linear transformation. I recommend thinking of the word “kernel” as the “core” of the transformation; because they are the elements which are lost (i.e. sent to zero) when mapped to W.

Definition 4.18:

The kernel of a linear transformation T:VW is the set

kerT:={xV|T(x)=0}.

The kernel of a matrix A is the kernel of its linear transformation xAx. So it’s the set of vectors such that Ax=0.

[Aside: The kernel is also sometimes called the null space of a transformation.]

Example 4.19.

Let A=[3-3-11]M2(R). The kernel of A is

kerA={[xy]| 3x-3y=0,x-y=0,x,y}={[xx]|x}=span{[11]}.

So the kernel of A is a 1-dimensional subspace of R2 with basis (1,1).

As in the above example, finding the kernel of a matrix is always equivalent to finding the solution set to a system of linear equations.

Exercise 4.20:

Check that imT satisfies the three conditions in Theorem 2.8.

Exercise 4.21:

Check that kerT satisfies the three conditions in Theorem 2.8.

Exercise 4.22:

Define the linear transformation T:33 by the formula T(x,y,z):=(x+y,y+z,x-z).

  1. i.

    Find the matrix [T]𝒞𝒞 with respect to the standard basis 𝒞.

  2. ii.

    Find a basis of imT3.

  3. iii.

    Find a basis of kerT3.

  4. iv.

    Combine the bases from parts (ii) and (iii), and verify that the result is a (non-standard) basis of 3. Find the matrix [T].

[End of Exercise]

Theorem 4.23.

Row operations on a matrix A do not change the kernel (but they do change the image).

[Aside: Column operations don’t change the image of A, but do change the kernel.]

Note that the kernel of a matrix could be thought of as the solution set to a system of linear equations, and those solutions are unchanged by row operations (a fact that was heavily used in MATH105), and indeed this is why row operations are what they are.