Matrices Flashcards

1
Q

Non-commutativity meaning

A

AB != BA

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

Associativity meaning

A

(AB)C = A(BC)

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

Identity meaning

A

A = AI = IA

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

Matrices Inverse definition

A

AA^-1 = I = A^-1 A

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

Product of inverses, (AB)^-1 =

A

B^-1 A^-1

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

Determinant of a 2x2 matrix

A

ad-bc

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

Determinant of a 3x3 matrix

A

a det(efhi) - b det(dfgi) + c det(degh)

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

If det(M) = 0,

A

M is singular and has no inverse

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

Matrix of minors

A

For every element, draw cross through and find determinant

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

Matrix of cofactors

A

Cross +, diamond -, apply to matrix of minors

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

Transpose of a matrix

A

Rows and columns swap

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

2x2 inverse

A

1/det (d -b
-c a)

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

3x3 inverse

A

1/det C^T where C is the matrix of cofactors

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

Solve matrix equations

A

Write as (matrix)(x y z) = (answers)
Do inverse to get x y z

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

Work out what matrix plane equations look like

A

Check det M, if it isn’t 0 the planes meet at 1 point.
If it is and is consistent, multiple solutions exist like a sheaf
If it is inconsistent and isn’t parallel, it forms a prism

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

How to work out invariant points

A

M(x y) = (x y)

17
Q

How to work out invariant lines, y = mx + c

A

M(x mx+c) = (x’ y’)
sub back into y = mx + c
Solve

18
Q

How to work out invariant lines, y = ax

A

M(x ax) = k(x ax)

19
Q

What is the area scale factor?

A

det M

20
Q

Successive transformations

A

PQ is Q then P

21
Q

Rotation x anticlockwise

A

( cosx -sinx
sinx cosx)

22
Q

Reflection in plane

A

3 x 3 identity matrix, turn corresponding column negative

23
Q

Rotation x anticlockwise about x axis.

A

1 0 0
0 cosx -sinx
0 sinx cosx

24
Q

Rotation x anticlockwise about y axis.

A

cosx 0 sinx
0 1 0
-sinx 0 cosx

25
Q

Rotation x anticlockwise about z axis

A

cosx -sinx 0
sinx cosx 0
0 0 1

26
Q

To undo transformations

A

P^-1(PQ)Q^-1

27
Q

Proof by Induction Steps

A

Base case, n = 1
Assumption, n = k
Inductive case, n = k+1
Conclude true for all n £ N

28
Q

Divisibility Induction

A

Use f(k+1) - f(k)