Calculating T-largest eigenvalues

Let's talk about algorithms!

Moderator: Board moderators

Post Reply
Alexis Blaze
New poster
Posts: 8
Joined: Thu Jul 13, 2006 8:36 am
Location: Indonesia
Contact:

Calculating T-largest eigenvalues

Post by Alexis Blaze »

Hi, i need an algorithm to find T-largest eigen values and the coresponding eigen vector.. After searching for a while on the web, it seems QR Algorithm is a popular methods, but it seems to look for ALL the eigen values.. is there any better (faster) way to find not all but only T-largest eigen values?
serur
A great helper
Posts: 251
Joined: Thu Feb 23, 2006 11:30 pm

Post by serur »

Alexis, http://www.freeprogrammingresources.org
gives "Numerical recipes in C"
If there is ever a war between men and machines, it is easy to guess who will start it (c) Arthur Clarke
Post Reply

Return to “Algorithms”