Definition
The standard matrix of a linear transformation T : R n → R m T: \mathbb{R}^n \rightarrow \mathbb{R}^m T : R n → R m is the matrix A ∈ R m × n A \in \mathbb{R}^{m \times n} A ∈ R m × n such that for any vector v ⃗ ∈ R n \vec{v} \in \mathbb{R}^n v ∈ R n :
T ( v ⃗ ) = A v ⃗ T(\vec{v}) = A\vec{v} T ( v ) = A v
This matrix represents the transformation relative to the standard bases of R n \mathbb{R}^n R n and R m \mathbb{R}^m R m .
Constructing the Standard Matrix
To find the standard matrix of a linear transformation T : R n → R m T: \mathbb{R}^n \rightarrow \mathbb{R}^m T : R n → R m :
Let { e ⃗ 1 , e ⃗ 2 , … , e ⃗ n } {\vec{e}_1, \vec{e}_2, \ldots, \vec{e}_n} { e 1 , e 2 , … , e n } be the standard basis of R n \mathbb{R}^n R n , where e ⃗ i \vec{e}_i e i has 1 in the i i i -th position and 0 elsewhere.
Compute the images of each basis vector: T ( e ⃗ 1 ) , T ( e ⃗ 2 ) , … , T ( e ⃗ n ) T(\vec{e}_1), T(\vec{e}_2), \ldots, T(\vec{e}_n) T ( e 1 ) , T ( e 2 ) , … , T ( e n ) .
Form the matrix A A A by using these images as columns:
A = [ T ( e ⃗ 1 ) T ( e ⃗ 2 ) ⋯ T ( e ⃗ n ) ] A = \begin{bmatrix} T(\vec{e}_1) & T(\vec{e}_2) & \cdots & T(\vec{e}_n) \end{bmatrix} A = [ T ( e 1 ) T ( e 2 ) ⋯ T ( e n ) ]
That is, the j j j -th column of A A A is the vector T ( e ⃗ j ) T(\vec{e}_j) T ( e j ) .
For General Vector Spaces
For linear transformations between general vector spaces T : V → W T: V \rightarrow W T : V → W with chosen bases B \mathcal{B} B for V V V and C \mathcal{C} C for W W W , the process is similar:
Let B = { v ⃗ 1 , v ⃗ 2 , … , v ⃗ n } \mathcal{B} = {\vec{v}_1, \vec{v}_2, \ldots, \vec{v}_n} B = { v 1 , v 2 , … , v n } be a basis for V V V .
Compute the images: T ( v ⃗ 1 ) , T ( v ⃗ 2 ) , … , T ( v ⃗ n ) T(\vec{v}_1), T(\vec{v}_2), \ldots, T(\vec{v}_n) T ( v 1 ) , T ( v 2 ) , … , T ( v n ) in W W W .
Express each T ( v ⃗ j ) T(\vec{v}_j) T ( v j ) as a linear combination of the basis vectors in C \mathcal{C} C .
Use the coefficients from these linear combinations to form the columns of the matrix.
Examples
Example 1: Reflection About the y-axis
Consider the transformation T : R 2 → R 2 T: \mathbb{R}^2 \rightarrow \mathbb{R}^2 T : R 2 → R 2 that reflects points about the y-axis.
The standard basis vectors of R 2 \mathbb{R}^2 R 2 are:
e ⃗ 1 = [ 1 0 ] and e ⃗ 2 = [ 0 1 ] \vec{e}_1 = \begin{bmatrix} 1 \\ 0 \end{bmatrix} \quad \text{and} \quad \vec{e}_2 = \begin{bmatrix} 0 \\ 1 \end{bmatrix} e 1 = [ 1 0 ] and e 2 = [ 0 1 ]
Under reflection about the y-axis:
T ( e ⃗ 1 ) = [ − 1 0 ] and T ( e ⃗ 2 ) = [ 0 1 ] T(\vec{e}_1) = \begin{bmatrix} -1 \\ 0 \end{bmatrix} \quad \text{and} \quad T(\vec{e}_2) = \begin{bmatrix} 0 \\ 1 \end{bmatrix} T ( e 1 ) = [ − 1 0 ] and T ( e 2 ) = [ 0 1 ]
Therefore, the standard matrix of T T T is:
A = [ T ( e ⃗ 1 ) T ( e ⃗ 2 ) ] = [ − 1 0 0 1 ] A = \begin{bmatrix} T(\vec{e}_1) & T(\vec{e}_2) \end{bmatrix} = \begin{bmatrix} -1 & 0 \\ 0 & 1 \end{bmatrix} A = [ T ( e 1 ) T ( e 2 ) ] = [ − 1 0 0 1 ]
Example 2: Linear Transformation Given by a Formula
Consider T : R 3 → R 2 T: \mathbb{R}^3 \rightarrow \mathbb{R}^2 T : R 3 → R 2 defined by:
T [ x y z ] = [ 2 x − y + 3 z x + 4 y − z ] T\begin{bmatrix} x \\ y \\ z \end{bmatrix} = \begin{bmatrix} 2x - y + 3z \\ x + 4y - z \end{bmatrix} T x y z = [ 2 x − y + 3 z x + 4 y − z ]
The standard basis vectors of R 3 \mathbb{R}^3 R 3 are:
e ⃗ 1 = [ 1 0 0 ] , e ⃗ 2 = [ 0 1 0 ] , e ⃗ 3 = [ 0 0 1 ] \vec{e}_1 = \begin{bmatrix} 1 \\ 0 \\ 0 \end{bmatrix}, \quad \vec{e}_2 = \begin{bmatrix} 0 \\ 1 \\ 0 \end{bmatrix}, \quad \vec{e}_3 = \begin{bmatrix} 0 \\ 0 \\ 1 \end{bmatrix} e 1 = 1 0 0 , e 2 = 0 1 0 , e 3 = 0 0 1
Computing the images:
T ( e ⃗ 1 ) = [ 2 1 ] , T ( e ⃗ 2 ) = [ − 1 4 ] , T ( e ⃗ 3 ) = [ 3 − 1 ] T(\vec{e}_1) = \begin{bmatrix} 2 \\ 1 \end{bmatrix}, \quad T(\vec{e}_2) = \begin{bmatrix} -1 \\ 4 \end{bmatrix}, \quad T(\vec{e}_3) = \begin{bmatrix} 3 \\ -1 \end{bmatrix} T ( e 1 ) = [ 2 1 ] , T ( e 2 ) = [ − 1 4 ] , T ( e 3 ) = [ 3 − 1 ]
Therefore, the standard matrix is:
A = [ T ( e ⃗ 1 ) T ( e ⃗ 2 ) T ( e ⃗ 3 ) ] = [ 2 − 1 3 1 4 − 1 ] A = \begin{bmatrix} T(\vec{e}_1) & T(\vec{e}_2) & T(\vec{e}_3) \end{bmatrix} = \begin{bmatrix} 2 & -1 & 3 \\ 1 & 4 & -1 \end{bmatrix} A = [ T ( e 1 ) T ( e 2 ) T ( e 3 ) ] = [ 2 1 − 1 4 3 − 1 ]
Properties
Linearity : The standard matrix representation preserves all the properties of the original linear transformation .
Composition : If T : U → V T: U \rightarrow V T : U → V and S : V → W S: V \rightarrow W S : V → W are linear transformations with standard matrices A A A and B B B respectively, then the standard matrix of the composition S ∘ T S \circ T S ∘ T is the product B A BA B A .
Inverse : If T : V → V T: V \rightarrow V T : V → V is invertible with standard matrix A A A , then the standard matrix of T − 1 T^{-1} T − 1 is A − 1 A^{-1} A − 1 .
Null Space and Image : The null space and image of the transformation T T T correspond to the null space and column space of its standard matrix A A A .
Applications
Geometric Transformations : Standard matrices can represent rotations, reflections, projections, and other geometric transformations.
Change of Basis : When changing from one basis to another, the standard matrix helps transform the coordinates.
Solving Systems : The standard matrix allows us to convert problems about linear transformations into problems about systems of linear equations .
Computer Graphics : Standard matrices are used to implement transformations in 2D and 3D graphics.
Exercise
Find the standard matrix of the linear transformation T : R 2 → R 3 T: \mathbb{R}^2 \rightarrow \mathbb{R}^3 T : R 2 → R 3 defined by:
T [ x y ] = [ x + 2 y 3 x − y x − y ] T\begin{bmatrix} x \\ y \end{bmatrix} = \begin{bmatrix} x + 2y \\ 3x - y \\ x - y \end{bmatrix} T [ x y ] = x + 2 y 3 x − y x − y
Then, find the null space and image of T T T , and verify the Rank-Nullity Theorem.