Matrices Flashcards

1
Q

What equation is used to work out how many parameters will be in the general solution of a matrix system?

A

of variables - # of rows in REF = # of parameters

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

What effect does swapping rows have on the determinant of a matrix?

A

sign change

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

What effect does multiplying by a scalar have on the determinant of a matrix?

A

multiply det by scalar

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

What effect does adding a scalar multiple of a row to another row have on the determinant of a matrix?

A

no change

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

What is the determinant of diag(a11, a22, … , ann)?

A

a11 x a22 x … x ann

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

If a matrix has a zero row, what is its det?

A

0

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

How is the adjugate (or adjoint) of a matrix found?

A

i) replace each entry in the matrix by the cofactor

ii) take the transpose of the resulting matrix

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

What is the equation to find the inverse of a matrix?

A

A^-1 = (1/detA) x adj A (det A =/= 0)

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

When is a matrix symmetric?

A

A^T = A

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

When is a matrix skew-symmetric?

A

A^T = -A

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

When is a matrix idempotent?

A

A^2 = A

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

What is the trace of a matrix?

A

The trace Tr(A) of a square n×n matrix A is defined to be the sum of the entries on its main diagonal.

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