Explanation
Matrices can transform points in the plane.
Example:
[ a b ]
[ c d ]
This matrix transforms the vector ⟨x, y⟩ into:
⟨ax + by, cx + dy⟩
Common transformations:
-
Rotations
-
Reflections
-
Dilations
Quiz
-
What does a transformation do?
-
What does a matrix act on?
-
Can matrices rotate shapes?
-
Can matrices reflect shapes?
-
Are transformations linear?
Answer Key
-
Changes position or shape
-
Vectors
-
Yes
-
Yes
-
Yes