Jump to content

Power method

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Misza13 (talk | contribs) at 15:51, 1 June 2006 (linkify). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The power method is an iterative approximative method for calculating the eigenvectors of a matrix.

The method is mostly used for calculating the eigenvector of the largest eigenvalue for large matrices. In particular, Google uses it to calculate the page rank of documents in their search engine[1].

The idea begins by taking any vector . At the kth stage, compute . Then converges usually to the eigenvector of the largest eigenvalue.

The method can also be used to calculate the spectral radius of a matrix by computing the Rayleigh quotient

See also