August 10th, 2010, 2:45 pm
Hi All,Question in short :I need to find the first k smallest eigenvalues and their corresponding eigenvectors of the large sparse real symmetric matrix. The required eigenvalues(first k smallest eigenvalues) will mostly be repeated. How do I go about my problem..?Detailed Question :I need to find the first k smallest eigenvalues and their corresponding eigenvectors of a large sparse real symmetric matrix. I found that lanczos method, sturm sequence property, bisection method and inverse iteration will solve my problem. I see that Lanczos method has computational advantages in such cases. If the required eigenvalues (k smallest eigenvalues) are not repeated Lanczos method is working good. When the required eigenvalues are repeated then it is not working properly. It finds the repeated eigenvalue only once. How do I go about my problem..?Thanks in Advance,Regards,M.Kiran Kumar.