Questions: Power Method for Eigenvalues

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A matrix has eigenvalues λ₁ = 10 and λ₂ = 9. After 50 iterations of the power method, the iterate has not converged to the dominant eigenvector. Which explanation is most accurate?

AThe power method only works for symmetric matrices, so this matrix is likely non-symmetric
BConvergence is governed by |λ₂/λ₁| = 0.9; with the two largest eigenvalues so close, convergence is very slow and 50 iterations may not be enough
CThe iteration converged to the wrong eigenvalue because the starting vector must be chosen carefully
D50 iterations is always sufficient for any matrix of reasonable size
Question 2 Multiple Choice

What is the mathematical role of the normalization step (dividing by the vector's norm) in each power method iteration?

AIt ensures the iteration finds the smallest eigenvalue by projecting out the dominant component
BIt prevents the vector from growing without bound or shrinking to zero, preserving the direction signal while keeping numerical values manageable
CIt accelerates convergence by directly projecting the vector onto the dominant eigenvector subspace
DIt eliminates components corresponding to all non-dominant eigenvectors in a single step
Question 3 True / False

The power method converges to the eigenvector corresponding to the eigenvalue with the largest absolute value, not necessarily the algebraically largest eigenvalue.

TTrue
FFalse
Question 4 True / False

If the initial vector v⁰ is chosen to be exactly orthogonal to the dominant eigenvector v₁ (so that the coefficient c₁ = 0 in the eigenvector expansion), the power method will still eventually converge to v₁ due to the normalization step.

TTrue
FFalse
Question 5 Short Answer

Why does the power method converge more slowly when the two largest eigenvalues are close in magnitude? Explain using the structure of the iteration.

Think about your answer, then reveal below.