Factorisation — where it appears
Named by 2 essays across 2 fields — each of them below, with the objects they name alongside it.
The matrix that is one row
A circulant of size 16 is sixteen numbers, has no zero entry anywhere, and hands over its entire spectrum in closed form — the discrete Fourier transform of its first column, exactly. An eigensolver spends a sweep of Jacobi rotations over 256 entries arriving at the same answer, and agrees to 1.2·10⁻¹⁵.
A factorisation with nothing to pivot for
Cholesky's growth factor is not bounded by one. It is equal to one, at every size and every condition number, and the two-line reason is why the algorithm needs no pivoting at all — not "usually gets away without it". Its only failure is the square root of a non-positive number, which is exactly the test for definiteness, and in floating point that test moves with the precision.
Named alongside it
The objects these essays reach for when they reach for this one.
CholeskyCirculant matrixCondition numberDiscrete fourier transformEigenvaluesFast fourier transformGaussian eliminationGrowth factorLDLᵀ factorisationMatrix structurePartial pivotingPositive definite