Hermite Computes the Hermite decomposition (or Hermite normal form) of a square matrix with integer coefficients. Syntax hermite(Matrix) Description hermite(Matrix) Given a square matrix with integers coefficients, computes its Hermite decomposition. Some options are available. Options Below is a complete list of options that may be used in the hermite function. Option Description Format Default value method We can choose the method to be used from the following: columns, rows. {method="rows"} columns Related functions Hermite basis, Gaussian elimination Table of Contents Syntax Description Options Related functions