hermiteForm
Hermite form of matrix
Description
returns the Hermite normal form of a matrix
H = hermiteForm(A)A. The elements of A must be integers or
polynomials in a variable determined by symvar(A,1). The Hermite form
H is an upper triangular matrix.
___ = hermiteForm(
assumes that the elements of A,var)A are univariate polynomials in the
specified variable var. If A contains other
variables, hermiteForm treats those variables as symbolic
parameters.
You can use the input argument var in any of the previous
syntaxes.
If A does not contain var, then
hermiteForm(A) and hermiteForm(A,var) return
different results.
Examples
Input Arguments
Output Arguments
More About
Version History
Introduced in R2015b