by Will Wheeler

Finding Eigenvalues: Arnoldi and QR

The Arnoldi algorithm reduces a large matrix to a smaller one to simplify finding the largest eigenvalue(s) by the QR method, which is the standard way of finding eigenvalues.

Presentation Slides

link to pdf

Jupyter Notebook

No notebook :(

All Linear Algebra

All Numerical Methods

ALGORITHM
linear algebra numerical method