Matrices Flashcards
What is the transformation matrix representing reflection in the x axis?
( 1 0 )
( 0 -1)
What is the transformation matrix representing reflection in the y axis?
(-1 0 )
( 0 1)
What is the transformation matrix representing reflection in the line y = x?
( 0 1 )
( 1 0 )
What is the transformation matrix representing reflection in the line y = -x?
( 0 -1)
(-1 0 )
What is the transformation matrix representing rotation 90 degrees clockwise about the origin?
( 0 1 )
(-1 0 )
What is the transformation matrix representing rotation 180 degrees?
(-1 0 )
( 0 -1)
What is the transformation matrix representing rotation 90 degrees anticlockwise?
( 0 -1)
( 1 0 )
What is the transformation matrix representing enlargement by scale factor m?
( m 0 )
( 0 m )