Determinant Properties Flashcards

(17 cards)

1
Q

Whats the first axiom?

A

Det(I_n)=1 for all positive integer n

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

Whats the second axiom?

A

Row interchange/swapping rows negates the sign of the determinant

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

Whats the third axiom?

A

The determinant is a linear function in each row separately given that al the other rows stay the same

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

Whats the fourth property

A

If A has two equal rows, detA=0

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

Whats the fifth property

A

Adding/subtracting a multiple of one row into another row (aka, doing row replacement) does NOT change the determinant

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

Whats the sixth property?

A

If A has a zero row, then the determinant is 0

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

Whats the seventh property?

A

If A is a triangular matrix, then the determinant is the product of the diagonals

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

Eighth property

A

det(AB)=det(A)*det(B)

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

Ninth property

A

Det(A^T)=det(A)

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

10th property

A

If A is invertible, then det(A^-1)=1/det(A)

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

Property 2B

A

Interchanging two columns also negates the determinant

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

Property 4B

A

If A has two equal columns, then det(A)=0

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

Property 6B

A

If A has a zero column, then det(A)=0

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

det(kA)=

A

(k^n)*det(A), where n is the dimension of the square matrix (n is 3 if 3x3)

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

Det 2x2

A

ad-bc

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

How find determinant of 3x3 or higher

A

Do NOT scale rows, do row replacement to ref and keep note of the number of swaps and use that to invert at end. Once u get to ref, just multiply the diagonal

17
Q

Det(-A)=

A

(-1)^n*det(A)