Package hermite/HNF.HermiteNF: Difference between revisions

From ApCoCoAWiki
No edit summary
No edit summary
 
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(Matrix:MAT):MAT></syntax>
   <syntax>HNF.HermiteNF(Matrix:MAT):RECORD></syntax>
   <description>
   <description>



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>>