English

Average-case analysis of the Gaussian Elimination with Partial Pivoting

Numerical Analysis 2024-03-07 v3 Numerical Analysis Probability

Abstract

The Gaussian Elimination with Partial Pivoting (GEPP) is a classical algorithm for solving systems of linear equations. Although in specific cases the loss of precision in GEPP due to roundoff errors can be very significant, empirical evidence strongly suggests that for a {\it typical} square coefficient matrix, GEPP is numerically stable. We obtain a (partial) theoretical justification of this phenomenon by showing that, given the random n×nn\times n standard Gaussian coefficient matrix AA, the {\it growth factor} of the Gaussian Elimination with Partial Pivoting is at most polynomially large in nn with probability close to one. This implies that with probability close to one the number of bits of precision sufficient to solve Ax=bAx = b to mm bits of accuracy using GEPP is m+O(logn)m+O(\log n), which improves an earlier estimate m+O(log2n)m+O(\log^2 n) of Sankar, and which we conjecture to be optimal by the order of magnitude. We further provide tail estimates of the growth factor which can be used to support the empirical observation that GEPP is more stable than the Gaussian Elimination with no pivoting.

Keywords

Cite

@article{arxiv.2206.01726,
  title  = {Average-case analysis of the Gaussian Elimination with Partial Pivoting},
  author = {Han Huang and Konstantin Tikhomirov},
  journal= {arXiv preprint arXiv:2206.01726},
  year   = {2024}
}

Comments

a revised version

R2 v1 2026-06-24T11:38:39.038Z