Week 3 - Inverses, Eigenvalues & eigenvectors Flashcards

1
Q

2 ways to find out if an inverse of a matrix A exists

A
  1. If the row-echelon form of A has n leading ones (from MA107)
  2. if |A| =/= 0

A^-1 is UNIQUE so Ax=b will get a unique solution

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

Formula to find an inverse using determinants for 2x2 matrices

A

A^-1 = 1/|A| (d -b)
(-c a)

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

4-step method to find an inverse for 3x3 matrices

*quicker to use row ops for 4x4 and beyond

A
  1. Find matrix of minors
  2. ‘Sign’ <- cof(A)
  3. Transpose matrix <- adj(A)
  4. Divide by determinant to arrive at A^-1

Adjugate of A = transpose of the matrix of cofactors, cof(A)^T

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

Cramer’s rule

(not very useful except for economists)

A

ONLY works if |A| =/= 0, so row ops is still the best way since guarantees a solution

To solve the matrix equation Ax=b, construct matrices Ai by replacing the ith column of A with b

xi = |Ai|/|A|

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

How to find the eigenvalues of a square matrix A?

A

Find all numbers λ that satisfy the equation |A-λIn|=0

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

For each eigenvalue of a square matrix A, how to find the eigenvectors?

How to check that the values are correct?

A

Find a BASIS of the solution space of (A-λIn)x=0

Must have Axx and x =/= 0

Check Ax = λx

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

What is an eigenvalue & eigenvector?

A

Ax = λx for some NON-ZERO VECTOR x

λ = eigenvalue of A (a number)
x = an eigenvector, for the eigenvalue λ, that satisfies the equation

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

How to check whether your inverse, A^-1 is correct?

A

Check AA^-1 = In (identity matrix) or A^-1A = In

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

What is a trick using eigenvalues?

A

Eigenvalues multiplied together = determinant of the matrix

(don’t forget about the multiplicity)

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