Tridiagonal — where it appears
Named by 2 essays across 2 fields — each of them below, with the objects they name alongside it.
The form that makes it affordable
One Householder reduction, done once, turns every subsequent iteration of the eigenvalue algorithm from cubic to quadratic cost. It changes no answer at all, which is why it is easy to describe as an optimisation and wrong to.
Balanced is not symmetric
The Sylvester–Kac matrix is made of small integers, so a double holds it exactly, and its eigenvalues are the integers from −(n − 1) to n − 1 in steps of two. Every digit an eigensolver loses on it is therefore the solver's own, and it loses them at exactly the rate first-order perturbation theory predicts: the median error is half the prediction across 1,568 eigenvalues. Balancing, the preprocessing libraries apply for this kind of matrix, divides every condition number by about sixty and leaves their growth untouched, and at order 112 the unbalanced solver returns eighteen complex eigenvalues for a spectrum of integers.
Named alongside it
The objects these essays reach for when they reach for this one.
Similarity transformationDeflationEigenvalue condition numberError accumulationExact ground truthFrancis's double shiftHessenberg formHouseholder reflectionJacobi's eigenvalue methodNon-normalityOrthogonalityPerturbation theory