Explanation
A transformation matrix changes the position, size, or direction of a shape on a graph.
Common transformations:
-
Reflection
-
Rotation
-
Scaling
Example:
The matrix
[ 1 0 ]
[ 0 1 ]
is the identity matrix, which leaves points unchanged.
To apply a transformation:
Multiply the matrix by a coordinate point written as a column matrix.