Matrix Flashcards

1
Q

Inverse of a 2 x 2 matrix?

A

[ a b ] = 1/ det A [ d -b ]
[ c d ] = [ -c a ]

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

How to know if there is an inverse to a matrix?

A
  • Using Determinant of a Matrix
  • If det A = 0 (inverse does not exist)
    -If det A is not 0 (inverse does exist)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What if a matrix is SINGULAR?

A

det a = 0

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

What if Matrix is NOT SINGULAR

A

det a does not equal 0

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

How to work out det A

A

(A x D) - (B x C)

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

How to double check an inverse of a matrix?

A

AA^-1 = I

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

What are invariant lines?

A

Points which are mapped onto themselves

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

What are some invariant lines?

A

-Mirror line
- Lines perpendicular to mirror line

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

Invariant points?

A

Points in mirror line, which do not change

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

When are there no invariant lines?

A

-In a rotation, theta does not equal 180 degrees

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

When are there invariant lines in a rotation?

A

-When theta is equal to 180 degrees
-any line that passes through origin is invariant

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

Matrix for reflection in y axis? (x=0) (DO)

A

( -1 0 )
( 0 1 )

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

Matrix for reflection in x axis? (DO)

A

( 1 0 )
( 0 -1 )

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

Matrix for reflection in x axis? (y=0) (DO)

A

( 1 0 )
( 0 -1 )

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

Reflection in y=x (DO)

A

( 0 1 )
( 1 0 )

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

Reflection in y=-x (DO)

A

( 0 -1 )
( -1 0 )

17
Q

How do you find the line invariant points of a matrix?

A

Matrix x (x) = (x)
(y) (y)

18
Q

How do you find invariant lines of a matrix?

A

Matrix x (x) = (x) then sub that into y = mx+c
(mx+c) (y)

TIP = for final answer always factor out x and c

19
Q

If you have a reflection that is y= x + 1 for etc? (DO)

A

Use translation for ( 1 0 0 )
( 0 1 -1 )
( 0 0 1 )

20
Q

Reflection for 3D? (DO)

A

x y z
( 1 0 0 ) make it -1 for what plane the question asks for
( 0 1 0 )
( 0 0 1 )