This post summarizes the results of previous posts exploring the effects of the following sequences of linear transformations in the x-y plane:
- a rotation followed by a rotation
- a reflection followed by a reflection
- a rotation followed by a reflection
- a reflection followed by a rotation
To review, the linear transformation that rotates vectors through an angle can be represented by the matrix
The linear transformation that reflects vectors in the line through the origin with angle (the
-line) can be represented by the matrix
Combining these operations (for example, to do a rotation followed by a reflection) is done by multiplying from the left by the matrix representing the first operation (in this case, a rotation) and then multiplying from the left again by the matrix representing the second operation (in this case, a reflection).
We then have the following results:
- A rotation followed by a rotation is a rotation:
- A reflection followed by a reflection is a rotation:
- A rotation followed by a reflection is a reflection:
- A reflection followed by a rotation is a reflection:
NOTE: This continues a series of posts containing worked out exercises from the (out of print) book Linear Algebra and Its Applications, Third Edition by Gilbert Strang.
If you find these posts useful I encourage you to also check out the more current Linear Algebra and Its Applications, Fourth Edition, Dr Strang’s introductory textbook Introduction to Linear Algebra, Fourth Edition
and the accompanying free online course, and Dr Strang’s other books
.