Difference between revisions of "Package hermite/HNF.HermiteNF"
From ApCoCoAWiki
Line 4: | Line 4: | ||
<short_description>Computes the Hermite normalform of an integer matrix</short_description> | <short_description>Computes the Hermite normalform of an integer matrix</short_description> | ||
− | <syntax>HNF.HermiteNF( | + | <syntax>HNF.HermiteNF(Matrix:MAT):MAT></syntax> |
<description> | <description> | ||
− | + | ||
<itemize> | <itemize> | ||
− | + | <item>@param <tt>Matrix</tt> Integer Matrix></item> | |
− | <item>@param <tt> | ||
− | |||
− | |||
</itemize> | </itemize> | ||
− | |||
− | |||
− | |||
<example><<first example>></example> | <example><<first example>></example> | ||
<example><<second example>></example> | <example><<second example>></example> | ||
</description> | </description> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<types> | <types> | ||
− | <type> | + | <type>MAT</type> |
− | |||
</types> | </types> | ||
<!-- Add keys here (first three are mandatory, other ones are optional) --> | <!-- Add keys here (first three are mandatory, other ones are optional) --> | ||
− | <key> | + | <key>HermiteNF</key> |
− | <key> | + | <key>HNF.HermiteNF</key> |
− | <key> | + | <key>hermite.HermiteNF</key> |
− | |||
− | |||
− | <wiki-category>Package | + | <wiki-category>Package hermite</wiki-category> |
</command> | </command> |
Revision as of 14:33, 6 November 2020
HNF.HermiteNF
Computes the Hermite normalform of an integer matrix
Syntax
HNF.HermiteNF(Matrix:MAT):MAT>
Description
@param Matrix Integer Matrix>
Example
<<first example>>
Example
<<second example>>