Tell me more ×
Computational Science Stack Exchange is a question and answer site for scientists using computers to solve scientific problems. It's 100% free, no registration required.

CG may be used to estimate the extremal eigenvalues of a SPD matrix (by computing eigenvalues of tridiagonal matrix associated with the Lanczos algorithm). After a few iterations the largest eigenvalue is generally well approximated whereas the smallest is generally overestimated.

Is there a way to have some estimate of the quality of those approximate eigenvalues?

Thank you.

share|improve this question
6  
Please see this paper from this question. – Jack Poulson Oct 5 '12 at 16:47
What exactly do you mean by the "quality" of the approximation? – Paul Oct 5 '12 at 17:33
@JackPoulson - I'm okay with letting this stand as a separate question, do you mind moving your comment to an answer? – Aron Ahmadia Oct 6 '12 at 3:42
I would like to have some lower and upper bounds on the approximation I get. I'll have a look to the paper, thank you ! – Tom Oct 8 '12 at 6:33

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.