Power Method For Finding Eigenvalues
The power method for finding the largest eigenvalue of a matrix can be summarized by noting that if is a random vector and, then in the large limit, approaches the normed eigenvector corresponding to the largest eigenvalue in magnitude.
If is the eigenvalue decomposition of, then . As gets very large, the diagonal matrix of eigenvalues will be dominated by whichever eigenvalue is largest (neglecting the case of two or more equally large eigenvalues, of course). As this happens, will converge to the largest eigenvalue and to the associated eigenvector. If the largest eigenvalue is multiple, then will converge to a vector in the subspace spanned by the eigenvectors associated with those largest eigenvalues.Having found the first eigenvector/value, one can then successively restrict the algorithm to the null space of the known eigenvectors to get the second largest eigenvector/values and so on.
In practice, this simple algorithm does not work very well for computing very many of the eigenvectors because any round-off error will tend to introduce slight components of the more significant eigenvectors back into the computation, degrading the accuracy of the computation. Pure power methods also can converge slowly, even for the first eigenvector.
Read more about this topic: Lanczos Algorithm
Famous quotes containing the words power, method and/or finding:
“No picture of life can have any veracity that does not admit the odious facts. A mans power is hooped in by a necessity which, by many experiments, he touches on every side until he learns its arc.”
—Ralph Waldo Emerson (18031882)
“The good husband finds method as efficient in the packing of fire-wood in a shed, or in the harvesting of fruits in the cellar, as in Peninsular campaigns or the files of the Department of State.”
—Ralph Waldo Emerson (18031882)
“Again, the kingdom of heaven is like a merchant in search of fine pearls; on finding one pearl of great value, he went and sold all that he had and bought it.”
—Bible: New Testament, Matthew 13:45,46.