1/9
Vocabulary flashcards covering common 2D transformation matrices including reflections, rotations, identity, and dilation.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Identity Matrix (No Change)
The matrix representing no change to a geometric figure, given by [10;01].
Reflection over the x-axis (rx)
The transformation matrix for a reflection across the x-axis, given by rx=[10;0−1].
Reflection over the y-axis (ry)
The transformation matrix for a reflection across the y-axis, given by ry=[−10;01].
Reflection over the line y=x
The transformation matrix for a reflection across the line y=x, given by [01;10].
Reflection over the line y=−x (ry=−x)
The transformation matrix for a reflection across the line y=−x, given by ry=−x=[0−1;−10].
90∘ Rotation (R90∘)
The transformation matrix representing a 90∘ rotation, given by R90∘=[0−1;10].
180∘ Rotation
The transformation matrix representing a 180∘ rotation, given by [−10;0−1].
270∘ Rotation (R270∘)
The transformation matrix representing a 270∘ rotation, given by R270∘=[01;−10].
Dilation (Dk)
The transformation matrix representing a dilation with scale factor k, given by Dk=[k0;0k].
2D Transformation Matrix Reference Chart
A reference table outlining standard transformation matrices for identity, axis and line reflections, rotation angles (90∘, 180∘, 270∘), and dilation.