Partial pivoting — where it appears
Elimination is a sequence of choices
Gaussian elimination is taught as a procedure with no decisions in it. There is one decision at every step — which row to use — and every stability property the algorithm has comes from making it well.
The swap that is not optional
Run elimination without a row interchange on a matrix that needs one and nothing announces a failure. There is no division by zero, no warning, and an answer of the right shape. It is simply wrong, and how wrong depends on a number you did not look at.
The bound that is never attained
Partial pivoting's stability guarantee permits the entries to double at every step — a factor of 5.5·10¹¹ at n = 40. The measured growth on random matrices of that size is about three. The gap is eleven orders of magnitude, and the guarantee is still worth having.
Named alongside it
The objects these essays reach for when they reach for this one.
Backward errorGaussian eliminationGrowth factorMultipliersPermutationResidualAverage-case behaviourBackward stabilityLU factorisationSilent failureWilkinson's matrixWorst-case analysis