Average-case analysis of the Gaussian Elimination with Partial Pivoting

05/22/2022
by   Han Huang, et al.
0

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 typical square coefficient matrix, GEPP is numerically stable. We obtain a (partial) theoretical justification of this phenomenon by showing that, given the random n× n standard Gaussian coefficient matrix A, the growth factor of the Gaussian Elimination with Partial Pivoting is at most polynomially large in n with probability close to one. This implies that with probability close to one the number of bits of precision sufficient to solve Ax = b to m bits of accuracy using GEPP is m+O(log n), which improves an earlier estimate 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.

READ FULL TEXT
research
08/30/2023

Growth factors of orthogonal matrices and local behavior of Gaussian elimination with partial and complete pivoting

Gaussian elimination (GE) is the most used dense linear solver. Error an...
research
03/08/2023

Some New Results on the Maximum Growth Factor in Gaussian Elimination

This paper combines modern numerical computation with theoretical result...
research
01/31/2023

Distribution of the number of pivots needed using Gaussian elimination with partial pivoting on random matrices

Gaussian elimination with partial pivoting (GEPP) remains the most commo...
research
03/29/2022

Growth factors of random butterfly matrices and the stability of avoiding pivoting

Random butterfly matrices were introduced by Parker in 1995 to remove th...
research
03/13/2023

Finding the minimum distance and decoding linear codes with Gaussian Elimination Method

We propose an algorithm using the Gaussian elimination method to find th...
research
03/06/2020

On the equivalence of the Hermitian eigenvalue problem and hypergraph edge elimination

It is customary to identify sparse matrices with the corresponding adjac...
research
01/15/2020

The Bhargava greedoid as a Gaussian elimination greedoid

Inspired by Manjul Bhargava's theory of generalized factorials, Fedor Pe...

Please sign up or login with your details

Forgot password? Click here to reset