核心概念
一般的な正方係数行列において、部分ピボットを用いたガウス消去法は数値的に安定であることが理論的に証明された。
要約
この記事では、部分ピボットを用いたガウス消去法(GEPP)の平均ケース解析に焦点を当てています。一般的な正方係数行列において、GEPPは数値的に安定であることが理論的に示されました。特に、ランダムなn×n標準ガウス係数行列Aに対して、GEPPの成長因子は確率1で多項式時間でしか大きくならず、mビットの精度でAx = bを解くための必要なビット数はm + O(log n)です。これは以前の推定値m + O(log2 n)よりも改善されています。さらに、GEPPが部分ピボットを使用した場合、通常のガウス消去法よりも安定していることが経験的観察から支持されています。
統計
GEPPの成長因子は確率1で多項式時間でしか大きくならず。
mビットの精度でAx = bを解くための必要なビット数はm + O(log n)。
GEPPが部分ピボットを使用した場合、通常のガウス消去法よりも安定していることが経験的観察から支持されています。
引用
"Although there is still more to understand about [the growth factor], the consensus is that serious element growth in Gaussian Elimination with Partial Pivoting is extremely rare. The method can be used with confidence." - [6, p. 131]
"In view of Wilkinson’s bound, arbitrary p ≥ 1 and assuming n is sufficiently large, we have..." - [15]
"To summarize, whereas strong results on average-case stability of GE with no pivoting has been obtained in the literature, the Gaussian Elimination with Partial Pivoting lacked matching theoretical guarantees..." - Author