Overview
First published in 1980 (with a revised edition in 1998), Beresford Parlett’s The Symmetric Eigenvalue Problem is a landmark monograph in numerical linear algebra. The PDF version remains a heavily cited, go-to reference for applied mathematicians, computer scientists, and engineers working with eigenvalue computations.
Strengths
Depth and Rigor
Parlett doesn’t just list algorithms—he dissects their mathematical foundations. Topics like perturbation theory, Lanczos and Arnoldi processes, and divide-and-conquer methods are treated with precision. The discussion of Krylov subspace methods is especially insightful and still highly relevant.
Focus on Symmetric Case
By restricting to symmetric (or Hermitian) matrices, Parlett exploits spectral properties (real eigenvalues, orthogonal eigenvectors) to present cleaner, more powerful theory and stable algorithms. This specialization makes the book uniquely authoritative.
Error Analysis and Stability
A standout feature is the thorough treatment of backward stability, rounding errors, and practical convergence criteria. Parlett bridges pure analysis and computational reality better than most textbooks. parlett the symmetric eigenvalue problem pdf
Classic, Timeless Content
Despite its age, the core material (QR algorithm, bisection, inverse iteration, Lanczos) remains the backbone of modern eigenvalue software (LAPACK, ARPACK). The PDF is a scanned copy of the classic—mathematical content doesn’t expire.
Weaknesses
Dense and Demanding
This is not a beginner’s book. Readers need a strong background in linear algebra and numerical analysis. Exercises are few and theoretical; there are no code examples or modern programming contexts.
Outdated Notation and Format
The PDF (often scanned from the original typeset) can have faded equations or archaic notation. Also, it predates widely used libraries like LAPACK, so no discussion of modern software interfaces. MRRR emphasizes relative accuracy for small eigenvalues
Missing Recent Advances
Topics like randomized SVD, communication-avoiding algorithms, or large-scale parallel eigensolvers aren’t covered. For state-of-the-art methods, you’ll need supplementary papers.
Who Should Download the PDF?
Who Should Avoid It?
eig() in MATLAB/Python—this book is theory-heavy, not a user guide.Final Verdict
⭐⭐⭐⭐⭐ (5/5 for its intended audience)
The Symmetric Eigenvalue Problem is a masterpiece of numerical analysis. The PDF version preserves a timeless resource for serious computational scientists. It’s challenging but immensely rewarding—like having a wise, rigorous professor on your bookshelf. If you work with symmetric eigenvalue problems, you should own this reference. Rayleigh quotient iteration (cubic convergence)
Would you like a link to a legitimate source for the PDF (e.g., SIAM’s published edition) or a comparison with other eigenvalue books?
Chapters 14-16 cover post-processing: improving eigenvector accuracy via inverse iteration, Rayleigh quotient iteration (cubic convergence), and the method of successive interval bisection for tridiagonal matrices.
The Rayleigh quotient iteration is a gem: starting with an approximate eigenvalue ( \mu ), solve ( (A-\mu I) y = x ), then update ( \mu ) to the Rayleigh quotient of ( y ). Parlett shows this converges cubically for symmetric matrices, but warns of pitfalls when near singular.