Difference between revisions of "Package hermite/HNF.SolveDioph"

From ApCoCoAWiki
(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...")
 
Line 1: Line 1:
 +
[[Category:Package hermite]]
 
<command>
 
<command>
 
   <title>HNF.SolveDioph</title>
 
   <title>HNF.SolveDioph</title>

Revision as of 14:27, 6 November 2020

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