Composing maps
For column vectors, applying B first and A second is represented by AB, because A(Bx) equals (AB)x.
On this page 7 sections
01All vectors here are columns#
All vectors here are columns. If a vector passes through first and second, its output is .
The composition matrix is
The first map sits nearest the input vector, on the right.
Use and .
First B, then A:
Entry is .
For compatible matrices and a column vector :
Associativity groups the stages:
If is and is , then is .
, . First , then . Find entry of the composition matrix.
Show answer and explanation
The product is . Its entry is .
02Let A double the first coordinate and B swap coordinates#
Let double the first coordinate and swap coordinates. Starting at , reversing the maps changes the result.
Column vectors pass through (), then (). Choose the product.
Show answer and explanation
Use : acts first.
03Check your understanding#
: , : . A column vector goes through , then . Repair the claim .
Show answer and explanation
Use : 3 inputs and 3 outputs.
With column vectors, the rightmost map acts first.
- Write the matrix product in the order the maps act on a column vector.
Sources & further reading
- [1]