Package hermite/HNF.SolveDioph

From ApCoCoAWiki
< Package hermite
Revision as of 15:05, 7 November 2020 by Walsh (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

HNF.SolveDioph

This function 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 A integer matrix of dimension nxm

  • @param B (optional) integer matrix of dimension mx1

  • @return a solution or basis of the solution space if system is homogeneous

Example

<<first example>>

Example

<<second example>>