Hessenberg
Hessenberg refers to a class of square matrices in linear algebra that are almost triangular. There are two related forms: upper Hessenberg and lower Hessenberg. An upper Hessenberg matrix has nonzero entries on and above the main diagonal and on the first subdiagonal, with all entries below that subdiagonal equal to zero. Equivalently, a(i,j) = 0 for i > j+1. A lower Hessenberg matrix has nonzero entries on and below the main diagonal and on the first superdiagonal, with zeros above that superdiagonal; equivalently a(i,j) = 0 for i < j-1.
In numerical linear algebra, Hessenberg matrices are important because many algorithms exploit their sparse structure to
There are practical distinctions between the two forms: an upper Hessenberg matrix is almost upper triangular,
The term Hessenberg is named after the mathematician associated with the concept. The form is widely used