matricies Flashcards

1
Q

find inverse of 2x2 matrix

a b
( c d )

A
\_\_1\_\_  ( d  -b )
DET M ( -c  a  )
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

find inverse of 3x3 matrix

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

determinant of:

a b
( c d )

A

ad - bc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

singular

A

matrix can be reduced to a single point therefore has no inverse

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

invariant line

A

a line which is not changed by a transformation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

line of invariant points

A

a line of points in which no points are changed by the transformation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

( x ) _____> ( ax + by )

y ) ______> ( cx + dy

A

transformation of (x , y) by:

a b
( c d )

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

reflection in y = x

A

( 0 1 )

1 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

reflection in y = -x

A

( 0 -1 )

-1 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

reflection in x axis

A

( 1 0 )

0 -1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

reflection in y axis

A

( -1 0 )

0 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

how to do matrix rotation

A

draw before and after, use formula book

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

matrix representation of an enlargement

A

( a 0 )

0 b

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what do a and b mean in enlargement

a 0
( 0 b )

A

stretch factor a parallel to x axis
stretch factor b parallel to y axis
if a = b, simple enlargement with scale factor a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

area of transformed image = …

A

area of original x determinant

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

what is the determinant

A

area scale factor

17
Q

how to find invariant point

From given transformation M

A

M( x ) = ( x )

_-( y ) = ( y )

18
Q

how to find invariant line

A

M__( x ) = ( x’ )

-___( mx + c ) = ( mx’ + c)