Common Matrix Transformations Identity matrix

Common Matrix Transformations
[
[
[
𝟏 𝟎
]
𝟎 𝟏
Reflection in the 𝑦-axis.
1 0
]
0 βˆ’1
Reflection in the π‘₯-axis.
[
[
Right remains right, up remains up.
βˆ’1 0
]
0 1
βˆ’1 0
[
]
0 βˆ’1
[
Identity matrix.
0 1
]
1 0
Right has become left, up remains up.
Right remains right, up has become down.
Rotation by 180°
Right has become left, up has become down.
Reflection in the line 𝑦 = π‘₯.
Right has become up, up has become right.
0 βˆ’1
]
1 0
Rotation by 90° anticlockwise.
0 1
]
βˆ’1 0
Rotation by 90° clockwise.
0 βˆ’1
[
]
βˆ’1 0
Right has become up, up has become left.
Right has become down, up has become right.
Reflection in the line 𝑦 = βˆ’π‘₯.
Right has become down, up has become left.
[
π‘Ž
0
0
]
1
Enlargement by scale factor π‘Ž in the π‘₯ direction.
[
1 0
]
0 π‘Ž
Enlargement by scale factor π‘Ž in the 𝑦 direction.
Right is multiplied by π‘Ž, up remains up.
Right remains right, up is multiplied by π‘Ž.
π‘Ž
[
0
0
]
π‘Ž
Enlargement by scale factor π‘Ž from the origin.
π‘Ž
[
0
0
]
𝑏
Enlargement by scale factor π‘Ž in the π‘₯ direction and scale
factor 𝑏 in the 𝑦 direction.
Right is multiplied by π‘Ž, up is multiplied by π‘Ž.
𝒙
𝒙
[π’š] ⟼ [π’š]
π‘₯
βˆ’π‘₯
[𝑦] ⟼ [ 𝑦 ]
π‘₯
π‘₯
[𝑦] ⟼ [βˆ’π‘¦]
π‘₯
βˆ’π‘₯
[𝑦] ⟼ [βˆ’π‘¦]
π‘₯
𝑦
[𝑦 ] ⟼ [ ]
π‘₯
π‘₯
βˆ’π‘¦
[𝑦] ⟼ [ ]
π‘₯
π‘₯
𝑦
[𝑦] ⟼ [ ]
βˆ’π‘₯
π‘₯
βˆ’π‘¦
[𝑦] ⟼ [ ]
βˆ’π‘₯
π‘₯
π‘Žπ‘₯
[𝑦 ] ⟼ [ 𝑦 ]
π‘₯
π‘₯
[𝑦] ⟼ [π‘Žπ‘¦]
π‘₯
π‘Žπ‘₯
[𝑦] ⟼ [π‘Žπ‘¦]
π‘₯
π‘Žπ‘₯
[𝑦] ⟼ [𝑏𝑦]
Right is multiplied by π‘Ž, up is multiplied by 𝑏.
Combinations of these matrices give multiple transformations. For instance, two reflections generate a rotation.