Questions: Composition of Linear Transformations

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Matrix A represents a 90° counterclockwise rotation and matrix B represents a reflection across the x-axis. You want to apply the rotation FIRST and then the reflection. Which matrix product represents this composition?

AAB — A is applied first, so it appears first (leftmost) in the product
BBA — the first-applied transformation appears rightmost in the product
CA + B — composition corresponds to matrix addition
DEither AB or BA — matrix multiplication is commutative for rotations and reflections
Question 2 Multiple Choice

You compute AB and BA for two non-identity transformation matrices and find AB ≠ BA. A classmate argues this is a flaw in the definition of matrix multiplication. The correct response is:

AThey're right — matrix multiplication should be made commutative to match scalar algebra
BNon-commutativity is an error that only appears for certain matrix sizes
CNon-commutativity directly reflects that applying transformation A then B gives a different result than B then A — it is geometrically necessary
DThis only happens for non-square matrices; square matrices always commute
Question 3 True / False

Matrix multiplication is associative (A(BC) = (AB)C) because function composition is associative.

TTrue
FFalse
Question 4 True / False

If AB = BA for two matrices A and B, then A and B should represent the same transformation.

TTrue
FFalse
Question 5 Short Answer

Why is the row-by-column dot product rule for matrix multiplication — which can seem arbitrary at first — actually the only sensible definition if matrices represent linear transformations?

Think about your answer, then reveal below.