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
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) ||
3
Q
What is the Inverse Power method?
A
Just the power method, but on the inverse
4
Q
How to do the shifted power method?
A
Just max | lambda.i - s |