TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Power Method for Approximating Eigenvalues [pdf]

77 pointsby kerckerover 7 years ago

6 comments

acidburnNSAover 7 years ago
Fun fact, the power method is what all neutronics codes that simulate neutron distributions in nuclear reactors use. The diffusion/transport equation in a multiplying medium is a eigenvalue equation and the dominant eigenvalue is the inverse of k, the multiplication factor
评论 #16017983 未加载
hervatureover 7 years ago
The convergence analysis is a bit lacking, but there is a significant sped up when you store the last power of A and you keep multiplying by that instead of A. That is: A, A^2, A^4, A^8, ...<p>It makes the second case they give go from 60 iterations down to 7.
评论 #16016858 未加载
chestervonwinchover 7 years ago
Is there a relationship between the power method and some &quot;standard&quot; optimization algorithm (grad. descent, Newton&#x27;s, ...) applied to maximization of the Rayleigh quotient?
评论 #16014736 未加载
评论 #16016611 未加载
gcrover 7 years ago
Once you know the dominant eigenvector, I recall there was some trick you could do to get the second-dominant eigenvector, by projecting the dominant one out somehow. How can you repeat power iteration to get all the eigenvectors of a matrix?
评论 #16015827 未加载
评论 #16015136 未加载
评论 #16015277 未加载
xchipover 7 years ago
What are you all computing eigenvalues for? I am curious.
评论 #16015194 未加载
评论 #16017949 未加载
评论 #16015258 未加载
评论 #16015175 未加载
评论 #16018192 未加载
评论 #16017610 未加载
tilt_errorover 7 years ago
What textbook is this excerpt from?
评论 #16013740 未加载
评论 #16014177 未加载