Explanation
Examples:
-
Identity matrix → no change
-
Scaling matrix → resize
-
Reflection matrix → flip
-
Rotation matrix → turn
Example (reflection across x-axis):
[ 1 0 ]
[ 0 −1 ]
Quiz
-
What does the identity matrix do?
-
What does a scaling matrix do?
-
Can matrices flip shapes?
-
Do transformations preserve straight lines?
-
Are distances always preserved?
Answer Key
-
Nothing
-
Resizes
-
Yes
-
Yes
-
No