Image of a Linear Transformation
Definition
The image (or range) of a linear transformation is the set of all vectors in that are the result of applying to some vector in :
This is the set of all possible outputs of the transformation.
Properties
Subspace: The image of a linear transformation is a subspace of .
Dimension: The dimension of the image is called the rank of :
- Surjectivity: A linear transformation is surjective (onto) if and only if , i.e., the image is the entire codomain.
- This means every vector in is the output of for some input
- By the Rank-Nullity Theorem, can only be surjective if
Image of a Matrix
For a matrix , the image of is the set of all possible vectors such that for some :
This corresponds to the image of the linear transformation defined by .
Finding the Image of a Matrix
To find a basis for the image of a matrix :
- Transform into row-reduced echelon form (RREF) using Gaussian elimination.
- Identify the pivot columns in the original matrix.
- The columns of the original matrix corresponding to these pivot positions form a spanning set for the image.
- If you need a basis, take only the linearly independent columns from this spanning set.
Alternatively, the image of is the span of the columns of .
Example
Consider the matrix:
The RREF of is:
We see that only the first column is a pivot column.
Therefore, a basis for the image of is:
And the rank of is 1.
Relationship with the Null Space
The image and null space of a linear transformation are related through the Rank-Nullity Theorem:
This fundamental relationship tells us that:
- The higher the rank (dimension of the image), the lower the nullity (dimension of the null space)
- The sum of these dimensions always equals the dimension of the domain
- A transformation cannot be both injective and surjective unless the domain and codomain have the same dimension
Applications
Systems of Linear Equations: The image of a coefficient matrix represents the set of right-hand sides for which the system has a solution.
Linear Transformations: Understanding the image helps identify what vectors can be reached by a transformation.
Change of Basis: When changing basis, the image gives the range of possible representations in the new basis.
Eigenspaces: The image of is complementary to the eigenspace for eigenvalue .
Exercise
Find a basis for the image of the matrix:
Determine the rank of and verify the Rank-Nullity Theorem.