The Matrix of A Linear Transformation - Linear Algebra Study Guide
The Matrix of A Linear Transformation
Theorem 10: Existence and Uniqueness of the Standard Matrix
- Let be a linear transformation.
- There exists a unique matrix such that for all in .
- The matrix is an matrix whose th column is the vector , where is the th column of the identity matrix in .
- The formula for is given by:
Proof of Theorem 10
- Write .
- Use the linearity of to compute:
- By the definition of matrix-vector multiplication:
The Standard Matrix
- The matrix derived in Theorem 10 is called the standard matrix for the linear transformation T.
- Every linear transformation from to can be viewed as a matrix transformation, and vice versa.
- The term "linear transformation" focuses on the algebraic property of the mapping, whereas "matrix transformation" describes how the mapping is computationally implemented.
Example 2: Dilation Transformation
- Problem: Find the standard matrix for the dilation transformation for in .
- Solution:
- Identify the standard basis vectors for : ,
- Apply the transformation to these vectors:
- Form the standard matrix :
Geometric Linear Transformations of R Squared
Table 1: Reflections
- Reflection through the -axis:
- Image of Unit Square: The image (depicted as a goldfish) is inverted across the horizontal axis. The point stays, while maps to .
- Standard Matrix:
- Reflection through the -axis:
- Image of Unit Square: The goldfish is mirror-imaged across the vertical axis. The point maps to , while stays.
- Standard Matrix:
- Reflection through the line :
- Image of Unit Square: The goldfish is diagonally inverted. The point maps to , and maps to .
- Standard Matrix:
- Reflection through the line :
- Image of Unit Square: The goldfish is diagonally inverted across the line . The point maps to , and maps to .
- Standard Matrix:
- Reflection through the origin:
- Image of Unit Square: The goldfish is diagonally inverted with diagonal sides mirrored. The point maps to , and the point maps to .
- Standard Matrix:
- Reflection through the -axis:
Table 2: Contractions and Expansions
- Horizontal Contraction and Expansion:
- Transformation: The -coordinate is scaled by a factor .
- Conditions: Shrunk vertically if ; expanded vertically if .
- Standard Matrix:
- Vertical Contraction and Expansion:
- Transformation: The -coordinate is scaled by a factor .
- Standard Matrix:
- Horizontal Contraction and Expansion:
Table 3: Shears
- Horizontal Shear:
- Transformation: The image (bird) is skewed leftward if and rightward if .
- Standard Matrix:
- Vertical Shear:
- Transformation: The image (bird) is skewed downward if and upward if .
- Standard Matrix:
- Horizontal Shear:
Table 4: Projections
- Projection onto the -axis:
- Transformation: The image is flattened horizontally onto the -axis.
- Standard Matrix:
- Projection onto the -axis:
- Transformation: The image is flattened vertically onto the -axis.
- Standard Matrix:
- Projection onto the -axis:
Existence and Uniqueness Questions
Definition of Onto Mapping
- A mapping is said to be onto if each in is the image of at least one in .
- Equivalently, is onto when the range of is equal to all of the codomain .
- For each , there exists at least one solution to . This is an existence question.
- is not onto if there is some for which the equation has no solution.
Definition of One-to-One Mapping
- A mapping is said to be one-to-one if each in is the image of at most one in .
- This is a uniqueness question.
Theorem 11: One-to-One and Trivial Solutions
- Let be a linear transformation.
- is one-to-one if and only if the equation has only the trivial solution.
- Proof Sketch:
- If is one-to-one, it can have at most one solution for . Since always holds for linear transformations, that is the only solution.
- If is not one-to-one, there exists some such that and for . Then . Since , the equation has a non-trivial solution.
Theorem 12: Range and Uniqueness in Matrix Terms
- Let be a linear transformation with standard matrix .
- a) maps onto if and only if the columns of span .
- b) is one-to-one if and only if the columns of are linearly independent.
Example 4: Analyzing Mapping Properties
- Problem: Let be the linear transformation with standard matrix . Does map onto ? Is one-to-one?
- Analysis of Onto:
- The matrix is in echelon form and has a pivot position in every row (rows 1, 2, and 3).
- By Theorem 4 (Section 1.4), for each in , the equation is consistent.
- Therefore, maps onto .
- Analysis of One-to-One:
- The equation has 4 variables but only 3 pivot (basic) variables.
- There is at least one free variable (the third variable corresponding to the column without a pivot).
- Because there is a free variable, each in the range is the image of more than one .
- Therefore, is not one-to-one.