Practice question · Match the pairs
Match each 2×2 matrix to the transformation it performs on the plane.
- Uniform scaling ×2
- Horizontal shear
- Reflection across the x-axis
- Rotation by 90° counterclockwise
Hints
- Feed each matrix the axis vectors: column 1 is where lands, column 2 is where lands.
- For the first matrix: , east turns to north. Which motion does that?
Show the answer
- → Rotation by 90° counterclockwise
- → Reflection across the x-axis
- → Uniform scaling ×2
- → Horizontal shear
Why
The columns-as-landed-axes trick decodes any matrix at sight: rotations swing both axes, reflections flip one, scalings stretch them, shears slide one along the other. Every 2D game engine and graphics pipeline is built from exactly these four moves.
Practise Linear Transformations
The app has 6 more questions on this lesson, and keeps your place in the course. Physics I is free to start.
More questions on Linear Transformations
- Complete the description of linear transformations.
- Sort these geometric operations into Linear or Not Linear.
- Every linear transformation is determined by what it does to the basis vectors. Why is that enough to know…
- Every matrix multiplication Ax defines a linear transformation.
- Complete the statement with the correct term.
- Every linear transformation sends the origin to the origin. Why does that rule out translation, which seems…