English

Pseudospectral Shattering, the Sign Function, and Diagonalization in Nearly Matrix Multiplication Time

Numerical Analysis 2022-07-21 v5 Computational Complexity Data Structures and Algorithms Numerical Analysis Functional Analysis Probability

Abstract

We exhibit a randomized algorithm which given a matrix ACn×nA\in \mathbb{C}^{n\times n} with A1\|A\|\le 1 and δ>0\delta>0, computes with high probability an invertible VV and diagonal DD such that AVDV1δ\|A-VDV^{-1}\|\le \delta using O(TMM(n)log2(n/δ))O(T_{MM}(n)\log^2(n/\delta)) arithmetic operations, in finite arithmetic with O(log4(n/δ)logn)O(\log^4(n/\delta)\log n) bits of precision. Here TMM(n)T_{MM}(n) is the number of arithmetic operations required to multiply two n×nn\times n complex matrices numerically stably, known to satisfy TMM(n)=O(nω+η)T_{MM}(n)=O(n^{\omega+\eta}) for every η>0\eta>0 where ω\omega is the exponent of matrix multiplication (Demmel et al., Numer. Math., 2007). Our result significantly improves the previously best known provable running times of O(n10/δ2)O(n^{10}/\delta^2) arithmetic operations for diagonalization of general matrices (Armentano et al., J. Eur. Math. Soc., 2018), and (with regards to the dependence on nn) O(n3)O(n^3) arithmetic operations for Hermitian matrices (Dekker and Traub, Lin. Alg. Appl., 1971). It is the first algorithm to achieve nearly matrix multiplication time for diagonalization in any model of computation (real arithmetic, rational arithmetic, or finite arithmetic), thereby matching the complexity of other dense linear algebra operations such as inversion and QRQR factorization up to polylogarithmic factors. The proof rests on two new ingredients. (1) We show that adding a small complex Gaussian perturbation to any matrix splits its pseudospectrum into nn small well-separated components. In particular, this implies that the eigenvalues of the perturbed matrix have a large minimum gap, a property of independent interest in random matrix theory. (2) We give a rigorous analysis of Roberts' Newton iteration method (Roberts, Int. J. Control, 1980) for computing the sign function of a matrix in finite arithmetic, itself an open problem in numerical analysis since at least 1986.

Keywords

Cite

@article{arxiv.1912.08805,
  title  = {Pseudospectral Shattering, the Sign Function, and Diagonalization in Nearly Matrix Multiplication Time},
  author = {Jess Banks and Jorge Garza-Vargas and Archit Kulkarni and Nikhil Srivastava},
  journal= {arXiv preprint arXiv:1912.08805},
  year   = {2022}
}

Comments

84 pages, 3 figures, comments welcome. Slightly edited intro from first version + explicit statement of forward error Theorem (Corolary 1.7). Minor corrections, new references and clarifications. Appendix with some new proofs added

R2 v1 2026-06-23T12:50:09.780Z