Matricies Flashcards
What is the matrix for a rotation. (angle anticlockwise)
cosx -sinx
sinx cosx
What is the matrix for a reflection in the x axis
1 0
0 -1
what is the matrix for a reflection in the y axis
-1 0
0 1
what is the matrix for a reflection in the line y = x
0 1
1 0
what is the matrix for a reflection in the line y = -x
0 -1
-1 0
what is the matrix for an enlargement (scale factor k)
k 0
0 k
What is the matrix for a stretch in the x direction (scale factor k)
k 0
0 1
What is the matrix for a stretch in the y direction (scale factor k)
1 0
0 k
What is the matrix for a shear (x axis fixed), factor k
1 k
0 1
What is the matrix for a shear (x axis fixed), factor k
1 0
k 1
How to check for a line of invariant points
( 2 1 ) (x) (x)
( 4 2 ) (y) = (y)