Matrices Flashcards

1
Q

How do you compute matrices to the power T and what is it called?

A
  • Switch the columns and rows
  • Transpose
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you find the trace of square matrices?

A

Find the sum of the diagonal entries, top left to bottom right

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

How do you find the determinant of a 2x2 matrix?

A

ad-bc

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

How do you find inverse 2x2 matrices?

A
  • 1/determinant of matrix
  • multiplied by matrix with a and d switched and -b and -c
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How to compute 3x3 matrices inverse?

A
  • 1/determinant
  • multiplied by C transpose
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

You are given A and B. How do you find X in AX=B?

A

X = A^-1B

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

What is an identity matrix?

A

All the diagonal top left to bottom right entries are 1

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