Linear transformation that finds symmetry of a line segment?

58 Views Asked by At

Im trying to find 2x2 matrices that when you multiply the line segment by the matrix you get a symmetry of the initial line segment. I know that the identity matrix will give you the identity symmetry, but I know there are 3 other symmetries in R2 so I am not sure what else those are.

1

There are 1 best solutions below

0
On

I know there are 3 other symmetries in R2 so I am not sure what else those are

  1. Reflection by bisecting perpendicular line. (aka perpendicular bisector?)

  2. Reflection by the line

  3. Rotation of 180 degrees about the mid-point.

Btw, per explanation of the symmetry-group tag, what you are seeking is not standard definition of symmetry groups. Though we can easily see the answer without formal definitions, if you want more details, you should define what you mean by symmetry groups.