Package hermite/HNF.SolveDioph

From ApCoCoAWiki
< Package hermite
Revision as of 14:37, 6 November 2020 by Walsh (talk | contribs)

HNF.SolveDioph

Solves linear systems of equations over the integers

Syntax

HNF.SolveDioph(A:MAT, B:MAT>):LIST

Description

Computes a solution of the linear system AX=B. If only one argument A is given then the function computes a basis of the solution space of the homogeneous system AX=0.

  • @param <<parameter name>> <<parameter description>>

  • @param <<parameter name>> <<parameter description>>

  • @return <<description of the return value>>

Example

<<first example>>

Example

<<second example>>

See also

[[<<first page>>]]

[[<<second page>>]]