matricies Flashcards
find inverse of 2x2 matrix
a b
( c d )
\_\_1\_\_ ( d -b ) DET M ( -c a )
find inverse of 3x3 matrix
calculate det(A)
replace each of the 9 elements with their minor (determinant of the 2x2 left when you remove the row and column of given element)
form Cofactor matrix ( change middle signs around edges, positive in corners and middle)
transpose (swap rows and columns)
1/det(A) x transposed matrix
determinant of:
a b
( c d )
ad - bc
singular
matrix can be reduced to a single point therefore has no inverse
invariant line
a line which is not changed by a transformation
line of invariant points
a line of points in which no points are changed by the transformation
( x ) _____> ( ax + by )
y ) ______> ( cx + dy
transformation of (x , y) by:
a b
( c d )
reflection in y = x
( 0 1 )
1 0
reflection in y = -x
( 0 -1 )
-1 0
reflection in x axis
( 1 0 )
0 -1
reflection in y axis
( -1 0 )
0 1
how to do matrix rotation
draw before and after, use formula book
matrix representation of an enlargement
( a 0 )
0 b
what do a and b mean in enlargement
a 0
( 0 b )
stretch factor a parallel to x axis
stretch factor b parallel to y axis
if a = b, simple enlargement with scale factor a
area of transformed image = …
area of original x determinant