6: Matrices Flashcards

1
Q

What is the determinant of a 2x2 matrix?

A

ad-bc

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

What is the inverse of a 2x2 matrix?

A

1/det(M) * (d -b)
(-c a)

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

(AB)^-1 is equal to what?

A

A^-1*B^-1

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

What are the steps to find the determinant of a 3x3 matrix?

A
  1. Find detA
  2. Form the matrix of minors(M)
  3. Form the matrix of cofactors(C)
  4. Find the transpose(C^T)
  5. The inverse is 1/detA * C^T
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How to tell if a matrix is singular?

A

If detM = 0

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

How to tell if a system of linear equations is consistent?

A

If there is at least one set of values that satisfies all of the equations simultaneously.

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