Difference between revisions of "Package hermite/HNF.HermiteNF"
From ApCoCoAWiki
(Created page with "<command> <title>HNF.HermiteNF</title> <short_description>Computes the Hermite normalform of an integer matrix</short_description> <syntax>HNF.HermiteNF(<<input param...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Package hermite]] | ||
<command> | <command> | ||
<title>HNF.HermiteNF</title> | <title>HNF.HermiteNF</title> | ||
<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>>