An Enhanced Shifted QR Algorithm for Efficient Eigenvalue Computation of Square Non-Hermitian Matrices
Ahuja, Chowdhury, Mohapatra
This work presents a novel approach to compute the eigenvalues of non-Hermitian matrices using an enhanced shifted QR algorithm. The existing QR algorithms fail to converge early in the case of non-hermitian matrices, and our approach shows significant improvement in convergence rate while maintaining accuracy for all test cases. In this work, though our prior focus will be to address the results for a class mid- large sized non-Hermitian matrices, our algorithm has also produced significant improvements in the case of comparatively larger matrices such as 50 x 50 non-Hermitian matrices
academic
An Enhanced Shifted QR Algorithm for Efficient Eigenvalue Computation of Square Non-Hermitian Matrices
This paper proposes a novel approach based on an enhanced shifted QR algorithm for computing eigenvalues of non-Hermitian matrices. Existing QR algorithms exhibit slow convergence when handling non-Hermitian matrices, whereas the proposed method significantly accelerates convergence speed while maintaining computational accuracy. Although primarily focused on medium to large-scale non-Hermitian matrices, the algorithm demonstrates substantial improvements even on larger matrices (such as 50×50).
The eigenvalue problem involves finding a scalar λ and vector v such that Av = λv. When matrices become extremely large or ill-conditioned, eigenvalue computation faces convergence difficulties.
Theoretical Importance: Eigenvalue computation is a fundamental problem in linear algebra and numerical analysis
Practical Value: Widely applicable in quantum computing, spectral clustering, large-scale numerical solutions of differential equations, and other fields
Hermitian Matrix Advantages: For Hermitian matrices where A = A^H, efficient QR algorithms exist due to favorable spectral properties (real eigenvalues, orthogonal eigenvectors)
Non-Hermitian Matrix Challenges: Complex eigenvalues and non-orthogonal eigenvectors make the problem significantly more complicated
Convergence Issues: Existing algorithms converge slowly on non-Hermitian matrices with insufficient accuracy
To develop fast and efficient algorithms for computing eigenvalues of non-Hermitian matrices while ensuring numerical stability, through advanced shifting strategies and early deflation techniques to reduce computational complexity.
Subdiagonal norm convergence plots demonstrate that the enhanced shifted QR method exhibits the steepest descent trend, indicating rapid matrix transformation to diagonal form.
Building upon existing research, this paper's algorithm synthesizes optimal shift strategies, early deflation, and numerical balancing techniques, specifically optimized for non-Hermitian matrices.
The paper cites 11 relevant references covering classical QR algorithm theory, modern improvements, and applications, providing solid theoretical foundation for algorithm design. Key references include Watkins' comprehensive survey on QR-type algorithms, improvements by Braman et al. on multi-shift QR algorithms, and Parlett's theoretical work on convergence conditions for Hessenberg matrix QR algorithms.