Week 5 Flashcards

1
Q

What is the definition of a eigenvalue?

A

lambda is an eigenvalue of A if there exists an non-zero vector v s.t. Av - lambda v.
v is call the eigenvector corresponding to lambda

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

How to do the power method?

A

Take random vector x^(0), for k = 1, 2, …

z^(k + 1) = Ax^(k), r^(k) = (z.i^(k + 1))/(x.i^(k)), x^(k + 1) = z^(k + 1) / || z^(k + 1) ||

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

What is the Inverse Power method?

A

Just the power method, but on the inverse

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

How to do the shifted power method?

A

Just max | lambda.i - s |

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