Review Questions for Eigenvalues and Eigenvectors


  1. What is the definition of an eigenvalue/eigenvector pair?
  2. If \(\mathbf{v}\) is an eigenvector of \(\mathbf{A}\), what can we say about \(c\mathbf{v}\) for any nonzero scalar \(c\)?
  3. What is the relationship between the eigenvalues of \(\mathbf{A}\) and the eigenvalues of \(\\\) 1) \(c\mathbf{A}\) for some scalar \(c\), \(\\\) 2) \((\mathbf{A} - \sigma \mathbf{I})\) for some scalar \(\sigma\),\(\\\) 3) \(\mathbf{A}^{-1}\)?
  4. What is the relationship between the eigenvectors of \(\mathbf{A}\) and the eigenvectors of \(\\\) 1) \(c\mathbf{A}\) for some scalar \(c\), \(\\\) 2) \((\mathbf{A} - \sigma \mathbf{I})\) for some scalar \(\sigma\), \(\\\) 3) \(\mathbf{A}^{-1}\)?
  5. Be able to run a few steps of normalized power iteration.
  6. To what eigenvector of \(\mathbf{A}\) does power iteration converge?
  7. To what eigenvector of \(\mathbf{A}\) does inverse power iteration converge?
  8. To what eigenvector of \(\mathbf{A}\) does inverse power iteration with a shift converge?
  9. Describe the cost of inverse iteration.
  10. Describe the cost of inverse iteration if we are given an LU-factorization of \((\mathbf{A} - \sigma \mathbf{I})\).
  11. When can power iteration (or normalized power iteration) fail?
  12. How can we approximate an eigenvalue of \(\mathbf{A}\) given an approximate eigenvector?
  13. What happens if we do not normalize our iterates during power iteration?
  14. What is the Rayleigh quotient?
  15. What happens to the result of power iteration if the initial guess does not have any components of the dominant eigenvector? Does this depend on whether we are using finite or infinite precision?
  16. What is the convergence rate of power iteration?
  17. How does the convergence of power iteration depend on the eigenvalues?
  18. How can we find eigenvalues of a matrix other than the dominant eigenvalue?
  19. What does it mean for a matrix to be diagonalizable?
  20. Are all matrices diagonalizable?