Package hermite/HNF.SolveDioph

From ApCoCoAWiki
< Package hermite
Revision as of 14:21, 6 November 2020 by Walsh (talk | contribs) (Created page with "<command> <title>HNF.SolveDioph</title> <short_description>Solves linear systems of equations over the integers </short_description> <syntax>HNF.SolveDioph(<<input pa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

HNF.SolveDioph

Solves linear systems of equations over the integers

Syntax

HNF.SolveDioph(<<input parameters and types>>):<<output type>>

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