Chapter 2: Determinants (2.1 - 2.3) Flashcards

1
Q

Define

The minor of entry aij (denoted Mij)

A

The determinant of the submatrix that remains after the ith row and jth column are deleted from A.

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

The cofactor of entry aij (denoted Cij)

A

The number (-1)i+j Mij

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

Computation of the determinant of an nxn matrix A using cofactors

A

Multiply the entries in any row (or column) by their cofactors, and add the resulting products.

i.e.: det(A) = a1jC1j + a2jC2j + … +anjCnj

for any 1 ≤ j ≤ n

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

det(A), where A is an nxn triangular matrix

A

det(A) is the product of the of the entries on the main diagonal:

det(A) = a11a22 … ann

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

The determinant of a square matrix with a row/column of 0s

A

0

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

det(AT)

A

det(AT) = det(A)

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

det(B), when B is a result of a single row/column of A multiplied by a scalar k

A&B = nxn matrices

A

det(B) = k.det(A)

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

det(B), when B is a result of two rows/columns of A being interchanged.

A&B = nxn matrices

A

det(B) = - det(A)

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

det(B), when B is the result of a multiple of one row/column of A being added to another row/column.

A&B = nxn matrices

A

det(B) = det(A)

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

det(E), if E results from multiplying a row of In by k

A

det(E) = k

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

det(E), if E results from interchanging two rows of In

A

det(E) = -1

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

det(E), if E results from adding a multiple of one row of In to another

A

det(E) = 1

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

det(A), A is a square matrix with two proportional rows / columns

A

det(A) = 0

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

det(kA), where A is an nxn matrix

A

kn.det(A)

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

det(EB), where E & B are square matrices of the same size

A

det(EB) = det(E).det(B)

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

How do we use determinants to determine whether a matrix is invertible

A

A is invertible iff (if and only if) det(A) ≠ 0

29
Q

det(A-1)

A

det(A-1) = 1/det(<strong>A</strong>)

31
Q

adj(A), a.k.a. adjoint of A

A

The transpose of the matrix of cofactors from A.

33
Q

Give A-1, using adj(A) when A is an invertible matrix

A

A-1 = 1/det(<strong>A</strong>) . adj(A)

35
Q

Cramer’s Rule

A

If Ax = b is a system of linear equations in n unknowns:

x1 = det(<strong>A1</strong>)/det(<strong>A</strong>), x2 = det(<strong>A2</strong>)/det(<strong>A</strong>), …

where Aj is the matrix obtained by replacing the entries in the jth column of A by:

b = [b1; b2; … bn] (b is a column matrix, not a row matrix)

37
Q

7 Equivalent statements if A is an nxn matrix:

A
  • A is invertible
  • Ax = 0 has only the trivial solution
  • The reduced row echelon form of A is In
  • A can be expressed as a product of elementary matrices
  • Ax = b is consistent for every nx1 matrix b
  • Ax = b has exactly one solution for every nx1 matrix b
  • det(A) ≠ 0