Hessenberg matrix
From Wikipedia, the free encyclopedia
In linear algebra, a Hessenberg matrix is one that is "almost" triangular. To be exact, an upper Hessenberg matrix has zero entries below the first subdiagonal, and a lower Hessenberg matrix has zero entries above the first superdiagonal. They are named for Karl Hessenberg.
For example:
is upper Hessenberg and
is lower Hessenberg.
[edit] Computer programming
Many linear algebra algorithms require significantly less computational effort when applied to triangular matrices, and this improvement often carries over to Hessenberg matrices as well. If the constraints of a linear algebra problem do not allow a general matrix to be conveniently reduced to a triangular one, reduction to Hessenberg form is often the next best thing. In particular, many eigenvalue algorithms reduce their input matrix to Hessenberg form as a first step.
[edit] See also
[edit] External links
- Hessenberg matrix at MathWorld.
- Hessenberg matrix at PlanetMath.



