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

From ApCoCoAWiki
Line 4: Line 4:
 
   <short_description>Solves linear systems of equations over the integers </short_description>
 
   <short_description>Solves linear systems of equations over the integers </short_description>
 
    
 
    
   <syntax>HNF.SolveDioph(<<input parameters and types>>):<<output type>></syntax>
+
   <syntax>HNF.SolveDioph(A:MAT, B:MAT>):LIST</syntax>
 
   <description>
 
   <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.
 
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.
 
     <itemize>
 
     <itemize>
      <!-- Describe every input parameter of the function -->
 
 
       <item>@param <tt><<parameter name>></tt> <<parameter description>></item>
 
       <item>@param <tt><<parameter name>></tt> <<parameter description>></item>
 
       <item>@param <tt><<parameter name>></tt> <<parameter description>></item>
 
       <item>@param <tt><<parameter name>></tt> <<parameter description>></item>

Revision as of 14:37, 6 November 2020

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