Package hermite/HNF.HermiteNF: Difference between revisions
From ApCoCoAWiki
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
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):RECORD></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> |
Latest revision as of 14:37, 6 November 2020
HNF.HermiteNF
Computes the Hermite normalform of an integer matrix
Syntax
HNF.HermiteNF(Matrix:MAT):RECORD>
Description
@param Matrix Integer Matrix>
Example
<<first example>>
Example
<<second example>>