Previous Up Next

5.48.12 Hessenberg matrix reduction: hessenberg SCHUR

A Hessenberg matrix is a square matrix where the coefficients below the sub-principal diagonal are all 0s. The hessenberg command finds a Hessenberg matrix equivalent to a given square matrix.

SCHUR(A) is equivalent to hessenberg(A,-1), which is compatible with HP calculators.

Examples


Previous Up Next