Hessenberg reduction Performs Householder transformations since a Hessenberg matrix is obtained. A Hessenberg matrix is a matrix of the form Syntax hessenberg_reduction(Matrix)) Description hessenberg_reduction(Matrix)) Given a matrix, transforms it to a Hessenberg matrix. Options Below is a complete list of options that may be used in the hessenberg_reduction function. Option Description Format Default value exact_computations We can choose to perform or not exact computations. {exact_computations=false} true, but depends on the input Related functions Gaussian elimination Table of Contents Syntax Description Options Related functions