Fiveable

🧚🏽‍♀️Abstract Linear Algebra I Unit 3 Review

QR code for Abstract Linear Algebra I practice questions

3.2 Matrix Representation of Linear Transformations

3.2 Matrix Representation of Linear Transformations

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🧚🏽‍♀️Abstract Linear Algebra I
Unit & Topic Study Guides

Matrix representation of linear transformations is a powerful tool in linear algebra. It allows us to convert abstract transformations into concrete matrices, making calculations easier. This connection between transformations and matrices is key to understanding how linear algebra works in practice.

By representing transformations as matrices, we can use matrix operations to study and manipulate them. This approach lets us solve complex problems in linear algebra, from finding eigenvalues to analyzing systems of equations, all through the lens of matrices.

Matrices for Linear Transformations

Definition and Representation

  • A linear transformation TT from a vector space VV to a vector space WW preserves vector addition and scalar multiplication
  • Every linear transformation can be represented by a matrix with respect to a choice of bases for the domain and codomain
  • The matrix representation of a linear transformation T:VWT: V \to W with respect to bases BB for VV and CC for WW is the matrix AA such that for any vector vv in VV, T(v)=A[v]BT(v) = A[v]_B, where [v]B[v]_B denotes the coordinate vector of vv with respect to the basis BB

Matrix Dimensions and Entries

  • The dimensions of the matrix AA are determined by the dimensions of the codomain (number of rows) and the domain (number of columns) of the linear transformation
  • The entries of the matrix AA are determined by the images of the basis vectors of VV under the linear transformation TT
    • For example, if T:R2R3T: \mathbb{R}^2 \to \mathbb{R}^3 and the standard basis vectors e1=(1,0)e_1 = (1, 0) and e2=(0,1)e_2 = (0, 1) are mapped to T(e1)=(1,2,3)T(e_1) = (1, 2, 3) and T(e2)=(4,5,6)T(e_2) = (4, 5, 6), then the matrix representation of TT with respect to the standard bases is: A=(142536)A = \begin{pmatrix} 1 & 4 \\ 2 & 5 \\ 3 & 6 \end{pmatrix}

Matrix Representations of Transformations

Finding the Matrix Representation

  • To find the matrix representation of a linear transformation T:VWT: V \to W with respect to bases BB for VV and CC for WW, first determine the images of each basis vector in BB under the transformation TT
  • Express each image T(vi)T(v_i) as a linear combination of the basis vectors in CC, where viv_i is the ii-th basis vector in BB
    • For instance, if T(v1)=2w1w2T(v_1) = 2w_1 - w_2 and T(v2)=w1+3w2T(v_2) = w_1 + 3w_2, where w1w_1 and w2w_2 are basis vectors in CC, then the columns of the matrix representation are (21)\begin{pmatrix} 2 \\ -1 \end{pmatrix} and (13)\begin{pmatrix} 1 \\ 3 \end{pmatrix}
  • The coefficients of these linear combinations form the columns of the matrix AA, with the ii-th column corresponding to the image of the ii-th basis vector in BB
Definition and Representation, Matrix (mathematics) - Wikipedia

Resulting Matrix

  • The resulting matrix AA is the matrix representation of the linear transformation TT with respect to the chosen bases BB and CC
    • In the previous example, the matrix representation of TT with respect to bases BB and CC is: A=(2113)A = \begin{pmatrix} 2 & 1 \\ -1 & 3 \end{pmatrix}

Transformations from Matrices

Uniqueness of Linear Transformation

  • Given a matrix AA and bases BB for a vector space VV and CC for a vector space WW, there exists a unique linear transformation T:VWT: V \to W such that AA is the matrix representation of TT with respect to the bases BB and CC

Finding the Linear Transformation

  • To find the linear transformation TT corresponding to a matrix AA, let vv be an arbitrary vector in VV and express it as a linear combination of the basis vectors in BB
  • Multiply the matrix AA by the coordinate vector [v]B[v]_B to obtain the coordinate vector of the image T(v)T(v) with respect to the basis CC
    • For example, if A=(1234)A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} and v=(x,y)v = (x, y) in the standard basis of R2\mathbb{R}^2, then [v]B=(xy)[v]_B = \begin{pmatrix} x \\ y \end{pmatrix} and: T(v)=A[v]B=(1234)(xy)=(x+2y3x+4y)T(v) = A[v]_B = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} x + 2y \\ 3x + 4y \end{pmatrix}
  • The linear transformation TT is defined by mapping each vector vv in VV to its image T(v)T(v) obtained through matrix multiplication
Definition and Representation, linear algebra - Understanding rotation matrices - Mathematics Stack Exchange

Matrix Multiplication vs Composition

Composition of Linear Transformations

  • Given linear transformations S:UVS: U \to V and T:VWT: V \to W, the composition of these transformations, denoted by TST \circ S, is a linear transformation from UU to WW defined by (TS)(u)=T(S(u))(T \circ S)(u) = T(S(u)) for all uu in UU

Matrix Representations of Compositions

  • Let AA be the matrix representation of SS with respect to bases BB for UU and CC for VV, and let BB be the matrix representation of TT with respect to bases CC for VV and DD for WW
  • To prove that the matrix representation of TST \circ S with respect to bases BB and DD is the product BABA, consider an arbitrary vector uu in UU and its coordinate vector [u]B[u]_B
  • Show that (TS)(u)=T(S(u))=B(A[u]B)=(BA)[u]B(T \circ S)(u) = T(S(u)) = B(A[u]_B) = (BA)[u]_B by using the definitions of matrix representations and matrix multiplication
    • For instance, if A=(1234)A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} and B=(5678)B = \begin{pmatrix} 5 & 6 \\ 7 & 8 \end{pmatrix}, then: (BA)[u]B=(5678)(1234)[u]B=(19224350)[u]B(BA)[u]_B = \begin{pmatrix} 5 & 6 \\ 7 & 8 \end{pmatrix} \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} [u]_B = \begin{pmatrix} 19 & 22 \\ 43 & 50 \end{pmatrix} [u]_B

Conclusion

  • Conclude that the matrix representation of the composition TST \circ S with respect to bases BB and DD is the product of the matrix representations of TT and SS, in that order
    • This relationship between matrix multiplication and composition of linear transformations allows for the study of linear transformations using matrix algebra