6.2. Composite linear transformations#
(Composite transformations)
Let \(T : V \to W\) and \(S: W \to X\) be two linear transformations over the vector spaces \(V, W\) and \(X\). The composition of \(S\) and \(T\) is the transformation \(S \circ T: V \to X\) defined by
for all vectors \(\vec{u} \in V\).
Two linear transformations is defined as \(T:(x, y, z)^\mathsf{T} \mapsto (2 x + 4 y, -x + 3 y, x + 2 y)^\mathsf{T}\) and \(S:(x, y, z)^\mathsf{T} \mapsto (2x + y - z, 3x + z, y - 2z)^\mathsf{T}\), determine the composite linear transformation \(S \circ T(\vec{u})\) for \(\vec{u} = (x, y, z)^\mathsf{T}\).
Solution
6.2.1. Composite transformation matrices#
We have seen that a linear transformation \(T: V \to W\) can be represented by a transformation matrix so that given a vector \(\vec{u} \in V\) the image is calculated using
Consider the composition of \(T\) with another linear transformation \(S: W \to X\) with a transformation matrix \(B\)
Substituting equation (6.3) into equation (6.3) gives
(Composite transformation matrices)
Given two linear transformations \(T:V \to W\) and \(S:W \to X\) with transformation matrices \(A\) and \(B\) respectively then the composition \(S \circ T\) of the vector \(\vec{u} \in V\) is[1]
Calculate the transformation matrices, \(A\) and \(B\), for the transformations \(T\) and \(S\) from Example 6.5 and use them to calculate the transformation matrix \(C\) for \(S\circ T\).
Solution
The transformations are \(T:(x, y, z)^\mathsf{T} \mapsto (2 x + 4 y, -x + 3 y, x + 2 y)^\mathsf{T}\) and \(S:(x, y, z)^\mathsf{T} \mapsto (2x + y - z, 3x + z, y - 2z)^\mathsf{T}\) which have the transformation matrices
Calculate the composite transformation matrix for \(S \circ T\)
Checking that \(C \vec{u}\) gives the answer from Example 6.5