Section 45.3 Concepts
In this section.
Subsection 45.3.1 Attaching a matrix to a transformation
As usual, we will deal with the real case, as the complex case is identical, just with different scalars. If V and W are finite-dimensional real vector spaces, then they are isomorphic to Rn and Rm, respectively, where n=dimV and m=dimW (Statement 1 of Corollary 44.5.16). Isomorphisms effectively create an identification between vectors in two spaces, so that the two vector spaces can be viewed as essentially the same space. So if we have a linear transformation T:V→W, with V≃Rn and W≃Rm, then effectively we have a linear transformation ˜T:Rn→Rm.Subsection 45.3.2 Computing the matrix of a transformation
Recall that the columns of the standard matrix of a transformation Rn→Rm are precisely the image vectors of the standard basis vectors for Rn. (See (†) in Subsection 42.3.4.) So for transformation T:V→W and bases B,B′ of the domain space V and codomain space W, respectively, we can compute the matrixProcedure 45.3.1. The matrix of a linear transformation.
To compute [T]B′B for a linear transformation T:V→W and bases B of domain space V and B′ of codomain space W.
- Compute image vector T(vj) for each domain space basis vector vj in B.
- Expand each T(vj) as a linear combination of the codomain space basis vectors in B′, and use the coefficients to form the coordinate vector [T(vj)]B′.
- Use the computed coordinate vectors as the columns in [T]B′B.
Subsection 45.3.3 Important examples
The standard matrix of a transformation Rn→Rm.
Compare Procedure 45.3.1 above with Procedure 42.3.3 for computing the standard matrix of a transformation Rn→Rm. Suppose we apply Procedure 45.3.1 to a transformation T:Rn→Rm, taking both B,B′ to be standard bases. Since every Rm-vector is equal to its own coordinate vector relative to the standard basis, the columns of [T]B′B will simply be the image vectors T(ej) of the standard basis vectors of Rn. So the result of applying Procedure 45.3.1 will be precisely as in Procedure 42.3.3.Warning 45.3.2.
If a nonstandard basis is used for either Rn or Rm (or both), then the matrix [T]B′B will be different from the standard matrix [T]. In Chapter 46, we will investigate how [T]B relates to [T] in the case of a linear operator T:Rn→Rn (and, more generally, how matrices for a linear operator T:V→V relative to different bases for V relate to one another).
Matrices for a zero transformation.
Consider the zero transformation 0V,W:V→W relative to any choice of a pair of bases B,B′ for spaces V,W, respectively. To compute [0V,W]B′B, we follow Procedure 45.3.1 and compute the coordinate vectors for image vectorsMatrix for an identity operator relative to a single basis.
Consider the identity operator IV:V→V relative to a choice of a single basis B for space V. To compute [IV]B, we follow Procedure 45.3.1 and compute the coordinate vectors for image vectorsMatrix for an identity operator relative to two bases.
Again, consider the identity operator IV:V→V, but suppose we choose two different bases for V: one basis B to be considered as the domain space basis, and another basis B′ to be considered as the codomain space basis. To compute [IV]B′B, we follow Procedure 45.3.1 and compute the coordinate vectors for image vectorsMatrix for a linear transformation relative to kernel and image bases.
Consider linear transformation T:V→W between finite-dimensional spaces V,W. Suppose we carry out Procedure 43.3.1 to obtain a basis for imT. We begin by determining a basis K for kerT, and then we extend that to a basis for V by obtaining additional linearly independent vectors K′. But here, let's reverse the order of these vectors in constructing a basis for V: writeSubsection 45.3.4 Matrices of compositions and inverses
The matrix of a composition.
In Discovery 45.3, we explored the relationship of the matrix of a composition to the matrices of the constituent transformations. SupposeRemark 45.3.3.
Notice how the notation acts as a guide to the correct composition matrix. An m \times n matrix and an n \times \ell matrix can be multiplied because the dimension on the inside matches, and the result will correspond to the outside dimensions, so that the size of the matrix product will be m \times \ell\text{.} Similarly, you can think of the two matrices \matrixOf{S}{B''B'} and \matrixOf{T}{B'B} as being compatible for multiplication because the two intermediate \basisfont{B}' match, and then the result is \matrixOf{ST}{B''B}\text{,} a matrix relative to what were the two “outside” bases.