Wilkinson's matrix — where it appears
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.
The algorithm the libraries actually run
Factorise, multiply the factors back in the other order, repeat. That description is complete and correct and produces something nobody would use — on a matrix with eigenvalues +1 and −1 it does not converge at all, and the subdiagonal entry does not move by so much as a rounding error.
Named alongside it
The objects these essays reach for when they reach for this one.
Average-case behaviourBackward errorConvergence orderDeflationGaussian eliminationGrowth factorJacobi's eigenvalue methodPartial pivotingPerturbationThe QR algorithmResidualShifts