Matrices Flashcards
AB≠BA
Not commutative
A(BC)=(AB)C
Associative
What is the determinant of a 2x2 matrix?
ad-bc
Whats the inverse for a 2x2 matrix?
d -b
-c a
Whats the transformation matrix for a reflection in y axis?
-1 0
0 1
Whats the transformation matrix for a reflection in x axis?
1 0
0 -1
Whats the transformation matrix for a reflection in y=x?
0 1
1 0
What does the determinant of a transformation matrix give?
Area scale factor
What does a negative determinant of a transformation matrix mean?
Change of order to points
(TS)^-1
S^-1 T^-1
What is the formula for a general rotation?
formula booklet
How do you work out a line of invariant points?
M(x,y)=(x,y)
How do you work out an invariant line?
M(x,mx) = ? = (x’,y’)
Then substitute y=mx and solve for m
if +c then use y=mx+c and equate x terms and equate constant terms to solve for m and c
Whats the transformation matrix for a reflection in x=0 3D?
Identity matrix but x=-1
Whats the transformation matrix for a reflection in y=0 3D?
Identity matrix but y=-1