This method is often used as a means of approximating the
eigenvalue closest to a specific number
. If A has
eigenvalues and eigenvectors as above, apply the power method to
the matrix
. The estimation of the
eigenvalue requires the solution of a linear system
. The same system is
to be solved at each iteration, so it makes sense to use something
like an LU factoring.