Rayleigh quotient iteration #361
Proektsoftbg
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
It worth a detailed review and study. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Rayleigh quotient iteration is an extremely fast iterative algorithm for finding the smallest eigenvalue and the corresponging eigenvector of a matrix. It converges cubically. So, it can be very useful to quickly estimate the first natural vibration frequence and mode shape. As you can see from the example below, that even the first iteration provides a very good approximation.
Here is the Calcpad VM code to compute the Rayleigh quotient iterations of a matrix:
Rayleigh quotient iteration.zip
Beta Was this translation helpful? Give feedback.
All reactions