7.6 The Eigenvalue Problem

In this section, we are concerned with numerical methods for computing the eigenvalues and eigenvectors of an n×n matrix A. The first method we study is called the power method. The power method is an iterative method for finding the dominant eigenvalue of a matrix and a corresponding eigenvector. By the dominant eigenvalue, we mean an eigenvalue λ1 satisfying |λ1|>|λi| for i=2,,n. If the eigenvalues of A satisfy

|λ1|>|λ2|>>|λn|

then the power method can be used to compute the eigenvalues one at a time. The second method, the QR algorithm, is an iterative method involving orthogonal similarity transformations. It has many advantages over the power method. It will converge whether or not A has a dominant eigenvalue, ...

Get Linear Algebra with Applications, 10th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.