Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 5e1854624d3bc613bdd0dd13d1ef9ac7 > files > 1313

gap-system-4.4.12-5mdv2010.0.i586.rpm

% generated by GAPDoc2LaTeX from XML source (Frank Luebeck)
\documentclass[11pt]{report}
\usepackage{a4wide}
\sloppy
\pagestyle{myheadings}
\usepackage{amssymb}
\usepackage[latin1]{inputenc}
\usepackage{makeidx}
\makeindex
\usepackage{color}
\definecolor{DarkOlive}{rgb}{0.1047,0.2412,0.0064}
\definecolor{FireBrick}{rgb}{0.5812,0.0074,0.0083}
\definecolor{RoyalBlue}{rgb}{0.0236,0.0894,0.6179}
\definecolor{RoyalGreen}{rgb}{0.0236,0.6179,0.0894}
\definecolor{RoyalRed}{rgb}{0.6179,0.0236,0.0894}
\definecolor{LightBlue}{rgb}{0.8544,0.9511,1.0000}
\definecolor{Black}{rgb}{0.0,0.0,0.0}
\definecolor{FuncColor}{rgb}{1.0,0.0,0.0}
%% strange name because of pdflatex bug:
\definecolor{Chapter }{rgb}{0.0,0.0,1.0}

\usepackage{fancyvrb}

\usepackage{pslatex}

\usepackage[
        a4paper=true,bookmarks=false,pdftitle={Written with GAPDoc},
        pdfcreator={LaTeX with hyperref package / GAPDoc},
        colorlinks=true,backref=page,breaklinks=true,linkcolor=RoyalBlue,
        citecolor=RoyalGreen,filecolor=RoyalRed,
        urlcolor=RoyalRed,pagecolor=RoyalBlue]{hyperref}

% write page numbers to a .pnr log file for online help
\newwrite\pagenrlog
\immediate\openout\pagenrlog =\jobname.pnr
\immediate\write\pagenrlog{PAGENRS := [}
\newcommand{\logpage}[1]{\protect\write\pagenrlog{#1, \thepage,}}
\newcommand{\Q}{\mathbb{Q}}
\newcommand{\R}{\mathbb{R}}
\newcommand{\C}{\mathbb{C}}
\newcommand{\Z}{\mathbb{Z}}
\newcommand{\N}{\mathbb{N}}
\newcommand{\F}{\mathbb{F}}

\newcommand{\GAP}{\textsf{GAP}}

\newsavebox{\backslashbox}
\sbox{\backslashbox}{\texttt{\symbol{92}}}
\newcommand{\bs}{\usebox{\backslashbox}}

\begin{document}

\logpage{[ 0, 0, 0 ]}
\begin{titlepage}
\begin{center}{\Huge \textbf{GAP 4 Package \textsf{EDIM}}}\\[1cm]
\hypersetup{pdftitle=GAP 4 Package \textsf{EDIM}}
\markright{\scriptsize \mbox{}\hfill GAP 4 Package \textsf{EDIM} \hfill\mbox{}}
{\Large \textbf{Elementary Divisors and Integer Matrices}}\\[1cm]
{ VERSION 1.2.3 }\\[1cm]
{September 2006}\\[1cm]
\mbox{}\\[2cm]
{\large \textbf{Frank Lübeck    }}\\
\hypersetup{pdfauthor=Frank Lübeck    }
\end{center}\vfill

\mbox{}\\
{\mbox{}\\
\small \noindent \textbf{Frank Lübeck    } --- Email: \href{mailto://Frank.Luebeck@Math.RWTH-Aachen.De}{\texttt{Frank.Luebeck@Math.RWTH-Aachen.De}}\\
 --- Homepage: \href{http://www.math.rwth-aachen.de/~Frank.Luebeck}{\texttt{http://www.math.rwth-aachen.de/\~{}Frank.Luebeck}}\\
 --- Address: \begin{minipage}[t]{8cm}\noindent
 Lehrstuhl D für Mathematik RWTH Aachen Templergraben 64 52062 Aachen Germany \end{minipage}
}\\
\end{titlepage}

\newpage\setcounter{page}{2}
\newpage

\def\contentsname{Contents\logpage{[ 0, 0, 1 ]}}

\tableofcontents
\newpage

  
\chapter{\textcolor{Chapter }{The \textsf{EDIM}-Package}}\label{Chap-EDIM}
\logpage{[ 1, 0, 0 ]}
{
  \index{\textsf{EDIM}} \emph{(Elementary Divisors and Integer Matrices, by Frank Lübeck)}

 This chapter describes the functions defined in the \textsf{GAP}4 package \textsf{EDIM}. The main functions implement variants of an algorithm for computing for a
given prime $p$ the $p$-parts of the elementary divisors of an integer matrix. These algorithms use a $p$-adic method and are described by the author in \cite{L98} (see \texttt{ElementaryDivisorsPPartRk} (\ref{ElementaryDivisorsPPartRk})).

 These functions were already applied to integer matrices of dimension greater
than $11000$ (which had many non-trivial elementary divisors which were products of small
primes).

 Furthermore there are functions for finding the biggest elementary divisor of
an invertible integer matrix and the inverse of a rational invertible matrix
(see \texttt{ExponentSquareIntMatFullRank} (\ref{ExponentSquareIntMatFullRank}) and \texttt{InverseRatMat} (\ref{InverseRatMat})). These algorithms use $p$-adic approximations, explained in \ref{Sect-InvRatMatAlg}.

 Finally we distribute implementations of some other algorithms for finding
elementary divisors or normal forms of integer matrices: A $p$-modular algorithm by Havas and Sterling from \cite{HS79} (see \texttt{ElementaryDivisorsPPartHavasSterling} (\ref{ElementaryDivisorsPPartHavasSterling})) and LLL-based algorithms for extended greatest common divisors of integers
(see \texttt{GcdexIntLLL} (\ref{GcdexIntLLL})) and for Hermite normal forms of integer matrices with (very nice)
transforming matrices (see \texttt{HermiteIntMatLLL} (\ref{HermiteIntMatLLL})).

 By default the \textsf{EDIM} is automatically loaded by \textsf{GAP} when it is installed. If the automatic loading is disabled in your
installation you must load the package with \texttt{RequirePackage("edim");} before its functions become available.

 Please, send me an e-mail (\href{mailto://Frank.Luebeck@Math.RWTH-Aachen.De}{\texttt{Frank.Luebeck@Math.RWTH-Aachen.De}}) if you have any questions, remarks, suggestions, etc. concerning this
mini-package. Also, I would like to hear about applications of this package.

 Frank Lübeck 
\section{\textcolor{Chapter }{Installation of the \textsf{EDIM}-package}}\label{Sect-Install}
\logpage{[ 1, 1, 0 ]}
{
  To install this package (after extracting the packages archive file to the GAP
home directory) go to the directory \texttt{pkg/edim} (the directory containing this README file) and call

 \texttt{/bin/sh ./configure [path]}

 where \texttt{path} is a path to the main \textsf{GAP} root directory (if not given, the default \texttt{../..} is assumed). 

 Afterwards call \texttt{make} to compile a binary file. 

 If you installed GAP on several architectures, you must execute this \texttt{configure/make} step on each of the architectures immediately after configuring GAP itself on
this architecture. The package will also work without this step but then the
kernel function \texttt{ElementaryDivisorsPPartRkExpSmall} (\ref{ElementaryDivisorsPPartRkExpSmall}) (see \texttt{ElementaryDivisorsPPartRkExpSmall} (\ref{ElementaryDivisorsPPartRkExpSmall})) will not be available.

 The \texttt{INSTALL} in the main package directory also explains how to compile the kernel function
into a static module. You can also run a test of the installation by typing \texttt{make test}. 

\subsection{\textcolor{Chapter }{InfoEDIM}}
\logpage{[ 1, 1, 1 ]}\nobreak
{\noindent\textcolor{FuncColor}{$\Diamond$\ \texttt{InfoEDIM\index{InfoEDIM@\texttt{InfoEDIM}}
\label{InfoEDIM}
}\hfill{\scriptsize (info class)}}\\


 This is an \texttt{Info} class for the \textsf{EDIM}-package. By \texttt{SetInfoLevel(InfoEDIM, 1);} you can switch on the printing of some information during the computations of
certain \textsf{EDIM}-functions. }

 }

  
\section{\textcolor{Chapter }{$p$-Parts of Elementary Divisors}}\label{Sect-PPElDiv}
\logpage{[ 1, 2, 0 ]}
{
  Here we explain the main functions of the package. 

\subsection{\textcolor{Chapter }{ElementaryDivisorsPPartRk}}
\logpage{[ 1, 2, 1 ]}\nobreak
{\noindent\textcolor{FuncColor}{$\Diamond$\ \texttt{ElementaryDivisorsPPartRk( A, p[, rk] )\index{ElementaryDivisorsPPartRk@\texttt{ElementaryDivisorsPPartRk}}
\label{ElementaryDivisorsPPartRk}
}\hfill{\scriptsize (function)}}\\
\noindent\textcolor{FuncColor}{$\Diamond$\ \texttt{ElementaryDivisorsPPartRkI( A, p, rk )\index{ElementaryDivisorsPPartRkI@\texttt{ElementaryDivisorsPPartRkI}}
\label{ElementaryDivisorsPPartRkI}
}\hfill{\scriptsize (function)}}\\
\noindent\textcolor{FuncColor}{$\Diamond$\ \texttt{ElementaryDivisorsPPartRkII( A, p, rk )\index{ElementaryDivisorsPPartRkII@\texttt{ElementaryDivisorsPPartRkII}}
\label{ElementaryDivisorsPPartRkII}
}\hfill{\scriptsize (function)}}\\
\noindent\textcolor{FuncColor}{$\Diamond$\ \texttt{ElementaryDivisorsPPartRkExp( A, p, rk, exp )\index{ElementaryDivisorsPPartRkExp@\texttt{ElementaryDivisorsPPartRkExp}}
\label{ElementaryDivisorsPPartRkExp}
}\hfill{\scriptsize (function)}}\\
\noindent\textcolor{FuncColor}{$\Diamond$\ \texttt{ElementaryDivisorsPPartRkExpSmall( A, p, rk, exp, il )\index{ElementaryDivisorsPPartRkExpSmall@\texttt{ElementaryDivisorsPPartRkExpSmall}}
\label{ElementaryDivisorsPPartRkExpSmall}
}\hfill{\scriptsize (function)}}\\


 These functions return a list $[m_1, m_2, \ldots, m_r]$ where $m_i$ is the number of nonzero elementary divisors of \mbox{\texttt{A}} divisible by $\mbox{\texttt{p}}^i$ (see \texttt{ElementaryDivisorsMat} (\textbf{Reference: ElementaryDivisorsMat}) for a definition of the elementary divisors).

 The algorithms for these functions are described in \cite{L98}.

 \mbox{\texttt{A}} must be a matrix with integer entries, \mbox{\texttt{p}} a prime, and \mbox{\texttt{rk}} the rank of \mbox{\texttt{A}} (as rational matrix). In the first version of the command \mbox{\texttt{rk}} is computed, if it is not given. 

 The first version of the command delegates its job to the fourth version by
trying growing values for \mbox{\texttt{exp}}, see below. 

 The second and third versions implement the main algorithm described in \cite{L98} and a variation. Here \texttt{ElementaryDivisorsPPartRkII} has a bit more overhead, but can be advantageous because the intermediate
entries during the computation can be much smaller.

 In the fourth form \mbox{\texttt{exp}} must be an upper bound for the highest power of \mbox{\texttt{p}} appearing in an elementary divisor of \mbox{\texttt{A}}. This information allows reduction of matrix entries modulo $\mbox{\texttt{p}}^{\mbox{\texttt{exp}}}$ during the computation. 

 If \mbox{\texttt{exp}} is too small or the given \mbox{\texttt{rk}} is not correct the function returns `fail'. 

 As long as $\mbox{\texttt{p}}^{\mbox{\texttt{exp}}}$ is smaller than $2^{28}$ and $\mbox{\texttt{p}}^{\mbox{\texttt{exp}} + 2}$ is smaller than $2^{31}$ we use internally a kernel function which can also be used directly in the
fifth form of the command. There \mbox{\texttt{il}} can be $0$ or $1$ where in the second case some information is printed during the computation.

 This last form of the function was already succesfully applied to dense
matrices of rank up to $11000$.

 Note that you have to compile a file (see \ref{Sect-Install}) while installing this package, if you want to have this kernel function
available.

 
\begin{Verbatim}[fontsize=\small,frame=single,label=Example]
  gap> ReadPkg("edim",  "tst/mat");
  Reading 242x242 integer matrix 'mat' and its elementary divisors 'eldiv'.
  gap> ElementaryDivisorsPPartRkI(mat, 2, 242); time; # mat has full rank
  [ 94, 78, 69, 57, 23, 23, 9, 2, 2, 0 ]
  9170
  gap> ElementaryDivisorsPPartRkExpSmall(mat, 2, 242, 10, 0); time;
  [ 94, 78, 69, 57, 23, 23, 9, 2, 2, 0 ]
  560
\end{Verbatim}
 }

  

\subsection{\textcolor{Chapter }{ElementaryDivisorsPPartHavasSterling}}
\logpage{[ 1, 2, 2 ]}\nobreak
{\noindent\textcolor{FuncColor}{$\Diamond$\ \texttt{ElementaryDivisorsPPartHavasSterling( A, p, d )\index{ElementaryDivisorsPPartHavasSterling@\texttt{ElementaryDivisorsPPartHavasSterling}}
\label{ElementaryDivisorsPPartHavasSterling}
}\hfill{\scriptsize (function)}}\\


 For an integer matrix \mbox{\texttt{A}} and a prime \mbox{\texttt{p}} this function returns a list $[m_1, m_2, \ldots, m_r]$ where $m_i$ is the number of nonzero elementary divisors of \mbox{\texttt{A}} divisible by $\mbox{\texttt{p}}^i$. 

 An upper bound \mbox{\texttt{d}} for the highest power of \mbox{\texttt{p}} appearing in an elementary divisor of \mbox{\texttt{A}} must be given. Smaller \mbox{\texttt{d}} improve the performance of the algorithm considerably.

 This is an implementation of the modular algorithm described in \cite{HS79}. 

 We added a slight improvement: we divide the considered submatrices by the \mbox{\texttt{p}}-part of the greatest common divisor of all entries (and lower the \mbox{\texttt{d}} appropriately). This reduces the size of the entries and often shortens the
pivot search.

 
\begin{Verbatim}[fontsize=\small,frame=single,label=Example]
  gap> ReadPkg("edim",  "tst/mat");
  Reading 242x242 integer matrix 'mat' and its elementary divisors 'eldiv'.
  gap> ElementaryDivisorsPPartHavasSterling(mat, 2, 10); time;
  [ 94, 78, 69, 57, 23, 23, 9, 2, 2 ]
  25390
\end{Verbatim}
 }

 }

  
\section{\textcolor{Chapter }{Inverse of Rational Matrices}}\label{Sect-InvRatMat}
\logpage{[ 1, 3, 0 ]}
{
  

\subsection{\textcolor{Chapter }{InverseRatMat}}
\logpage{[ 1, 3, 1 ]}\nobreak
{\noindent\textcolor{FuncColor}{$\Diamond$\ \texttt{InverseRatMat( A[, p] )\index{InverseRatMat@\texttt{InverseRatMat}}
\label{InverseRatMat}
}\hfill{\scriptsize (function)}}\\


 This function returns the inverse of an invertible matrix over the rational
numbers.

 It first computes the inverse modulo some prime \mbox{\texttt{p}}, computes from this a \mbox{\texttt{p}}-adic approximation to the inverse and finally constructs the rational entries
from their \mbox{\texttt{p}}-adic approximations. See section \ref{Sect-InvRatMatAlg} for more details.

 This seems to be better than \textsf{GAP}'s standard Gauß algorithm (\texttt{A\^{}-1}) already for small matrices. (Try, e.g., \texttt{RandomMat(20,20,[-10000..10000])} or \texttt{RandomMat(100,100)}.)

 The optional argument \mbox{\texttt{p}} should be a prime such that \mbox{\texttt{A}} modulo \mbox{\texttt{p}} is invertible (default is $\mbox{\texttt{p}}=251$). If \mbox{\texttt{A}} is not invertible modulo \mbox{\texttt{p}} then \mbox{\texttt{p}} is automatically replaced by the next prime.

 }

  

\subsection{\textcolor{Chapter }{RationalSolutionIntMat}}
\logpage{[ 1, 3, 2 ]}\nobreak
{\noindent\textcolor{FuncColor}{$\Diamond$\ \texttt{RationalSolutionIntMat( A, v[, p[, invA]] )\index{RationalSolutionIntMat@\texttt{RationalSolutionIntMat}}
\label{RationalSolutionIntMat}
}\hfill{\scriptsize (function)}}\\


 This function returns the solution $x$ of the system of linear equations $x \mbox{\texttt{A}} = \mbox{\texttt{v}}$.

 Here, \mbox{\texttt{A}} must be a matrix with integer entries which is invertible over the rationals
and \mbox{\texttt{v}} must be a vector with integer entries of the appropriate length.

 The optional arguments are a prime \mbox{\texttt{p}} such that $\mbox{\texttt{A}} \pmod p$ is invertible (if not given, $p = 251$ is assumed) and the inverse \mbox{\texttt{invA}} of $\mbox{\texttt{A}} \pmod p$.

 The solution is computed via $p$-adic approximation as explained in \ref{Sect-InvRatMatAlg}.

 }

  

\subsection{\textcolor{Chapter }{ExponentSquareIntMatFullRank}}
\logpage{[ 1, 3, 3 ]}\nobreak
{\noindent\textcolor{FuncColor}{$\Diamond$\ \texttt{ExponentSquareIntMatFullRank( A[, p[, nr]] )\index{ExponentSquareIntMatFullRank@\texttt{ExponentSquareIntMatFullRank}}
\label{ExponentSquareIntMatFullRank}
}\hfill{\scriptsize (function)}}\\


 This function returns the biggest elementary divisor of a square integer
matrix \mbox{\texttt{A}} of full rank.

 For such a matrix \mbox{\texttt{A}} the least common multiple of the denominators of all entries of the inverse
matrix $\mbox{\texttt{A}}^{-1}$ is exactly the biggest elementary divisor of \mbox{\texttt{A}}.

 This function is implemented by a slight modification of \texttt{InverseRatMat} (\ref{InverseRatMat}). The third argument \mbox{\texttt{nr}} tells the function to return the least common multiple of the first \mbox{\texttt{nr}} rows of the rational inverse matrix only. Very often the function will already
return the biggest elementary divisor with $\mbox{\texttt{nr}}=2$ or $3$ (and the command without this argument would spend most time in checking, that
this is correct).

 The optional argument \mbox{\texttt{p}} should be a prime such that \mbox{\texttt{A}} modulo \mbox{\texttt{p}} is invertible (default is $\mbox{\texttt{p}}=251$). If \mbox{\texttt{A}} is not invertible modulo \mbox{\texttt{p}} then \mbox{\texttt{p}} is automatically replaced by the next prime.

 
\begin{Verbatim}[fontsize=\small,frame=single,label=Example]
  gap> ReadPkg("edim",  "tst/mat");
  Reading 242x242 integer matrix 'mat' and its elementary divisors 'eldiv'.
  gap> inv := InverseRatMat(mat);; time;                      
  14960
  gap> ExponentSquareIntMatFullRank(mat, 101, 3); # same as without the `3'
  115200
\end{Verbatim}
 }

 }

  
\section{\textcolor{Chapter }{All Elementary Divisors Using p-adic Method}}\label{Sect-ElDivPad}
\logpage{[ 1, 4, 0 ]}
{
  In the following two functions we put things together. In particular we handle
the prime parts of the elementary divisors efficiently for primes appearing
with low powers in the highest elementary divisor respectively determinant
divisor. 

\subsection{\textcolor{Chapter }{ElementaryDivisorsSquareIntMatFullRank}}
\logpage{[ 1, 4, 1 ]}\nobreak
{\noindent\textcolor{FuncColor}{$\Diamond$\ \texttt{ElementaryDivisorsSquareIntMatFullRank( A )\index{ElementaryDivisorsSquareIntMatFullRank@\texttt{ElementaryDivisorsSquareIntMatFullRank}}
\label{ElementaryDivisorsSquareIntMatFullRank}
}\hfill{\scriptsize (function)}}\\


 This function returns a list of nonzero elementary divisors of an integer
matrix \mbox{\texttt{A}}.

 Here we start with computing the biggest elementary divisor via \texttt{ExponentSquareIntMatFullRank} (\ref{ExponentSquareIntMatFullRank}). If it runs into a problem because \mbox{\texttt{A}} is singular modulo a choosen prime (it starts by default with 251) then the
prime is automatically replaced by the next one.

 The rest is done using \texttt{ElementaryDivisorsPPartRkExp} (\ref{ElementaryDivisorsPPartRkExp}) and \texttt{RankMod} (\ref{RankMod}).

 The function fails if the biggest elementary divisor cannot be completely
factored and the non-factored part is not a divisor of the biggest elementary
divisor only.

 Note that this function may for many matrices not be the best choice for
computing all elementary divisors. You may first try the standard \textsf{GAP} library routines for Smith normal form instead of this function. Nevertheless
remember \texttt{ElementaryDivisorsSquareIntMatFullRank} for hard and big examples. It is particularly good when the largest elementary
divisor is a very small factor of the determinant. 
\begin{Verbatim}[fontsize=\small,frame=single,label=Example]
  gap> Collected(ElementaryDivisorsSquareIntMatFullRank(mat));      
  [ [ 1, 49 ], [ 3, 99 ], [ 6, 7 ], [ 30, 9 ], [ 60, 9 ], [ 120, 2 ], 
    [ 360, 10 ], [ 720, 22 ], [ 3600, 12 ], [ 14400, 14 ], [ 28800, 7 ], 
    [ 115200, 2 ] ]
  gap> time;
  10180
  gap> last2 = Collected(DiagonalOfMat(NormalFormIntMat(mat, 1).normal));
  true
  gap> time;
  188490
\end{Verbatim}
 }

  

\subsection{\textcolor{Chapter }{ElementaryDivisorsIntMatDeterminant}}
\logpage{[ 1, 4, 2 ]}\nobreak
{\noindent\textcolor{FuncColor}{$\Diamond$\ \texttt{ElementaryDivisorsIntMatDeterminant( A, det[, rk] )\index{ElementaryDivisorsIntMatDeterminant@\texttt{ElementaryDivisorsIntMatDeterminant}}
\label{ElementaryDivisorsIntMatDeterminant}
}\hfill{\scriptsize (function)}}\\


 This function returns a list of nonzero elementary divisors of an integer
matrix \mbox{\texttt{A}}.

 Here \mbox{\texttt{det}} must be an integer which is a multiple of the biggest determinant divisor of \mbox{\texttt{A}}. If the matrix does not have full rank then its rank \mbox{\texttt{rk}} must be given, too.

 The argument \mbox{\texttt{det}} can be given in the form of \texttt{Collected(FactorsInt(\mbox{\texttt{det}}))}.

 This function handles prime divisors of \mbox{\texttt{det}} with multiplicity smaller than 4 specially, for the other prime divisors $p$ it delegates to \texttt{ElementaryDivisorsPPartRkExp} (\ref{ElementaryDivisorsPPartRkExp}) where the \mbox{\texttt{exp}} argument is the multiplicity of the $p$ in \mbox{\texttt{det}}. (Note that this is not very good when $p$ has actually a much smaller multiplicity in the largest elementary divisor.)

 
\begin{Verbatim}[fontsize=\small,frame=single,label=Example]
  gap> ReadPkg("edim",  "tst/mat");
  Reading 242x242 integer matrix 'mat' and its elementary divisors 'eldiv'.
  gap> # not so good:
  gap> ElementaryDivisorsIntMatDeterminant(mat,Product(eldiv)) = 
  Concatenation([1..49]*0+1, eldiv); time;
  true
  185770
\end{Verbatim}
 }

 }

  
\section{\textcolor{Chapter }{Gcd and Normal Forms Using LLL}}\label{Sect-NFIntMatLLL}
\logpage{[ 1, 5, 0 ]}
{
  The \textsf{EDIM}-mini package also contains implementations of an extended Gcd-algorithm for
integers and a Hermite and Smith normal form algorithm for integer matrices
using LLL-techiques. They are well described in the paper \cite{HMM98} by Havas, Majewski and Matthews.

 They are particularly useful if one wants to have the normal forms together
with transforming matrices. These transforming matrices have spectacularly
nice (i.e., ``small'') entries in cases of input matrices which are non-square or not of full rank
(otherwise the transformation to the Hermite normal form is unique).

 In detail:

 

\subsection{\textcolor{Chapter }{GcdexIntLLL}}
\logpage{[ 1, 5, 1 ]}\nobreak
{\noindent\textcolor{FuncColor}{$\Diamond$\ \texttt{GcdexIntLLL( n1, n2, ... )\index{GcdexIntLLL@\texttt{GcdexIntLLL}}
\label{GcdexIntLLL}
}\hfill{\scriptsize (function)}}\\


 This function returns for integers $\mbox{\texttt{n1}}, \mbox{\texttt{n2}}, \ldots$ a list $[g, [c_1, c_2, \ldots]]$, where $g = c_1\mbox{\texttt{n1}} + c_2\mbox{\texttt{n2}} + \ldots$ is the greatest common divisor of the \mbox{\texttt{ni}}. Here all the $c_i$ are usually very small. 
\begin{Verbatim}[fontsize=\small,frame=single,label=Example]
  gap> GcdexIntLLL( 517, 244, -304, -872, -286, 854, 866, 224, -765, -38);
  [ 1, [ 0, 0, 0, 0, 1, 0, 1, 1, 1, 1 ] ]
\end{Verbatim}
 }

  

\subsection{\textcolor{Chapter }{HermiteIntMatLLL}}
\logpage{[ 1, 5, 2 ]}\nobreak
{\noindent\textcolor{FuncColor}{$\Diamond$\ \texttt{HermiteIntMatLLL( A )\index{HermiteIntMatLLL@\texttt{HermiteIntMatLLL}}
\label{HermiteIntMatLLL}
}\hfill{\scriptsize (function)}}\\


 This returns the Hermite normal form of an integer matrix \mbox{\texttt{A}} and uses the LLL-algorithm to avoid entry explosion. }

  

\subsection{\textcolor{Chapter }{HermiteIntMatLLLTrans}}
\logpage{[ 1, 5, 3 ]}\nobreak
{\noindent\textcolor{FuncColor}{$\Diamond$\ \texttt{HermiteIntMatLLLTrans( A )\index{HermiteIntMatLLLTrans@\texttt{HermiteIntMatLLLTrans}}
\label{HermiteIntMatLLLTrans}
}\hfill{\scriptsize (function)}}\\


 This function returns a pair of matrices $[H, L]$ where $H = L \mbox{\texttt{A}}$ is the Hermite normal form of an integer matrix \mbox{\texttt{A}}. The transforming matrix $L$ can have surprisingly small entries. 
\begin{Verbatim}[fontsize=\small,frame=single,label=Example]
  gap> ReadPkg("edim",  "tst/mat2");
  Reading 34x34 integer matrix 'mat2' and its elementary divisors 'eldiv2'.
  gap> tr := HermiteIntMatLLLTrans(mat2);; Maximum(List(Flat(tr[2]), AbsInt));
  606
  gap> tr[2]*mat2 = tr[1];                                                
  true
\end{Verbatim}
 }

  

\subsection{\textcolor{Chapter }{SmithIntMatLLL}}
\logpage{[ 1, 5, 4 ]}\nobreak
{\noindent\textcolor{FuncColor}{$\Diamond$\ \texttt{SmithIntMatLLL( A )\index{SmithIntMatLLL@\texttt{SmithIntMatLLL}}
\label{SmithIntMatLLL}
}\hfill{\scriptsize (function)}}\\


 This function returns the Smith normal form of an integer matrix \mbox{\texttt{A}} using the LLL-algorithm to avoid entry explosion. }

  

\subsection{\textcolor{Chapter }{SmithIntMatLLLTrans}}
\logpage{[ 1, 5, 5 ]}\nobreak
{\noindent\textcolor{FuncColor}{$\Diamond$\ \texttt{SmithIntMatLLLTrans( A )\index{SmithIntMatLLLTrans@\texttt{SmithIntMatLLLTrans}}
\label{SmithIntMatLLLTrans}
}\hfill{\scriptsize (function)}}\\


 This function returns $[S, L, R]$ where $S = L \mbox{\texttt{A}} R$ is the Smith normal form of an integer matrix \mbox{\texttt{A}}.

 We apply the algorithm for Hermite normal form several times to get the Smith
normal form, that is not in the paper \cite{HMM98}. The transforming matrices need not be as nice as for the Hermite normal
form.

 
\begin{Verbatim}[fontsize=\small,frame=single,label=Example]
  gap> ReadPkg("edim",  "tst/mat2");
  Reading 34x34 integer matrix 'mat2' and its elementary divisors 'eldiv2'.
  gap> tr := SmithIntMatLLLTrans(mat2);;
  gap> tr[2] * mat2 * tr[3] = tr[1];    
  true
\end{Verbatim}
 }

 }

  
\section{\textcolor{Chapter }{Utility Functions from the \textsf{EDIM}-package}}\label{Sect-Util}
\logpage{[ 1, 6, 0 ]}
{
  

\subsection{\textcolor{Chapter }{RatNumberFromModular}}
\logpage{[ 1, 6, 1 ]}\nobreak
{\noindent\textcolor{FuncColor}{$\Diamond$\ \texttt{RatNumberFromModular( n, k, l, x )\index{RatNumberFromModular@\texttt{RatNumberFromModular}}
\label{RatNumberFromModular}
}\hfill{\scriptsize (function)}}\\


 This function returns $r/s = \mbox{\texttt{x}} \pmod \mbox{\texttt{n}}$, if it exists. More precisely:

 \mbox{\texttt{n}}, \mbox{\texttt{k}}, \mbox{\texttt{l}} must be positive integers with $2\mbox{\texttt{k}}\mbox{\texttt{l}} \leq \mbox{\texttt{n}}$ and \mbox{\texttt{x}} an integer with $-\mbox{\texttt{n}}/2 < \mbox{\texttt{x}} \leq \mbox{\texttt{n}}/2$. If it exists this function returns a rational number $r/s$ with $0 < s < \mbox{\texttt{l}}$, $\gcd(s, \mbox{\texttt{n}}) = 1$, $-\mbox{\texttt{k}} < r < \mbox{\texttt{k}}$ and $r/s$ congruent to $\mbox{\texttt{x}} \pmod \mbox{\texttt{n}}$ (i.e., $\mbox{\texttt{n}} \mid r - s \mbox{\texttt{x}}$). Such an $r/s$ is unique. The function returns \texttt{fail} if such a number does not exist.

 }

  

\subsection{\textcolor{Chapter }{InverseIntMatMod}}
\logpage{[ 1, 6, 2 ]}\nobreak
{\noindent\textcolor{FuncColor}{$\Diamond$\ \texttt{InverseIntMatMod( A, p )\index{InverseIntMatMod@\texttt{InverseIntMatMod}}
\label{InverseIntMatMod}
}\hfill{\scriptsize (function)}}\\


 This function returns an inverse matrix modulo a prime \mbox{\texttt{p}} or \texttt{fail}. More precisely:

 \mbox{\texttt{A}} must be an integer matrix and \mbox{\texttt{p}} a prime such that \mbox{\texttt{A}} is invertible modulo \mbox{\texttt{p}}. This function returns an integer matrix \mbox{\texttt{inv}} with entries in the range $]-\mbox{\texttt{p}}/2 \ldots \mbox{\texttt{p}}/2]$ such that \mbox{\texttt{inv}}\mbox{\texttt{A}} reduced modulo p is the identity matrix.

 It returns \texttt{fail} if the inverse modulo \mbox{\texttt{p}} does not exist. This function is particularly fast for primes smaller 256. }

  

\subsection{\textcolor{Chapter }{HadamardBoundIntMat}}
\logpage{[ 1, 6, 3 ]}\nobreak
{\noindent\textcolor{FuncColor}{$\Diamond$\ \texttt{HadamardBoundIntMat( A )\index{HadamardBoundIntMat@\texttt{HadamardBoundIntMat}}
\label{HadamardBoundIntMat}
}\hfill{\scriptsize (function)}}\\


 The Hadamard bound for a square integer matrix \mbox{\texttt{A}} is the product of Euclidean norms of the nonzero rows (or columns) of \mbox{\texttt{A}}. It is an upper bound for the absolute value of the determinant of \mbox{\texttt{A}}. }

  

\subsection{\textcolor{Chapter }{CheapFactorsInt}}
\logpage{[ 1, 6, 4 ]}\nobreak
{\noindent\textcolor{FuncColor}{$\Diamond$\ \texttt{CheapFactorsInt( n[, nr] )\index{CheapFactorsInt@\texttt{CheapFactorsInt}}
\label{CheapFactorsInt}
}\hfill{\scriptsize (function)}}\\


 This function returns a list of factors of an integer \mbox{\texttt{n}}, including ``small'' prime factors - here the optional argument \mbox{\texttt{nr}} is the number of iterations for `FactorsRho' (default is 2000).

 This is only a slight modification of the library function \texttt{FactorsInt} (\textbf{Reference: FactorsInt}) which avoids an error message when the number is not completely factored.

 }

  

\subsection{\textcolor{Chapter }{RankMod}}
\logpage{[ 1, 6, 5 ]}\nobreak
{\noindent\textcolor{FuncColor}{$\Diamond$\ \texttt{RankMod( A, p )\index{RankMod@\texttt{RankMod}}
\label{RankMod}
}\hfill{\scriptsize (function)}}\\


 This function returns the rank of an integer matrix \mbox{\texttt{A}} modulo \mbox{\texttt{p}}. Here \mbox{\texttt{p}} must not necessarily be a prime. If it is not and this function returns an
integer, then this is the rank of \mbox{\texttt{A}} for all prime divisors of \mbox{\texttt{p}}.

 If during the computation a factorisation of \mbox{\texttt{p}} is found (because some pivot entry has nontrivial greatest common divisor with \mbox{\texttt{p}}) then the function is recursively applied to the found factors \texttt{f\_i} of \mbox{\texttt{p}}. The result is then given in the form \texttt{[[f\_1, rk\_1], [f\_2, rk\_2], ...]}.

 The idea to make this function useful for non primes was to use it with large
factors of the biggest elementary divisor of \mbox{\texttt{A}} whose prime factorization cannot be found easily.

 
\begin{Verbatim}[fontsize=\small,frame=single,label=Example]
  gap> ReadPkg("edim",  "tst/mat");
  Reading 242x242 integer matrix 'mat' and its elementary divisors 'eldiv'.
  gap> RankMod(mat, 5);
  155
  gap> RankMod(mat, (2*79*4001));
  [ [ 2, 148 ], [ 79, 242 ], [ 4001, 242 ] ]
\end{Verbatim}
 }

 }

  
\section{\textcolor{Chapter }{InverseRatMat - the Algorithm}}\label{Sect-InvRatMatAlg}
\logpage{[ 1, 7, 0 ]}
{
  The idea is to recover a rational matrix from an $l$-adic approximation for some prime $l$. This description came out of discussions with Jürgen Müller. I thank John
Cannon for pointing out that the basic idea already appeared in the paper \cite{D82} of Dixon.

 Let $A$ be an invertible matrix over the rational numbers. By multiplying with a
constant we may assume that its entries are in fact integers.

 (1) We first describe how to find an $l$-adic approximation of $A^{-1}$. Find a prime $l$ such that $A$ is invertible modulo $l$ and let $B$ be the integer matrix with entries in the range $\left]-l/2,l/2\right]$ such that $BA$ is congruent to the identity matrix modulo $l$. (This can be computed fast by usual Gauß elimination.)

 Now let $v \in \Z^r$ be a row vector. Define two sequences $v_i$ and $x_i$ of row vectors in $\Z^r$ by: $x_0 := 0 \in \Z^r$, $v_0 := -v$ and for $i > 0$ set $x_i$ to the vector congruent to $-v_{i-1} B$ modulo $l$ having entries in the range $\left]-l/2, l/2\right]$. Then all entries of $x_i A + v_{i-1}$ are divisible by $l$ and we set $v_i := (1/l) \cdot (x_i A + v_{i-1})$.

 Induction shows that for $y_i := \sum_{k=1}^{i} l^{k-1} x_k$ we have $y_i A = v + l^i v_i$ for all $i \geq 0$. Hence the sequence $y_i$, $i \geq 0$, gives an $l$-adic approximation to the vector $y \in \Q^r$ with $y A = v$.

 (2) The second point is to show how we can get the vector $y$ from a sufficiently good approximation $y_i$. Note that the sequence of $y_i$ becomes constant for $i \geq i_0$ if all entries of $y$ are integers of absolute value smaller than $l^{i_0} / 2$ because of our choice of representatives of residue classes modulo $l$ in the interval $\left]-l/2, l/2\right]$.

 More generally consider $a / b \in \Q$ with $b > 0$ and $a, b$ coprime. Then there is for each $n \in \N$ which is coprime to $b$ a unique $c \in \Z$ with $-n / 2 < c \leq n / 2$ and $a \equiv c b \pmod n$. This $c$ can be computed via the extended Euclidean algorithm applied to $b$ and $n$.

 Now let $n, \alpha, \beta \in \N$ with $2 \alpha \beta \leq n$. Then the map $\{a/b \in \Q \mid -\alpha \leq a \leq \alpha, 1 \leq b < \beta \} \rightarrow
\left]-n/2, n/2\right]$, $a/b \mapsto c$ (defined as above) is injective (since for $a/b$, $a'/b'$ in the above set we have $a b' - a' b \equiv 0 \pmod n$ if and only if $a b' - a' b = 0$).

 In practice we can use for any $c \in \left]-n/2, n/2\right]$ a certain extended Euclidean algorithm applied to $n$ and $c$ to decide if $c$ is in the image of the above map and to find the corresponding $a/b$ if it exists.

 (3) To put things together we apply (2) to the entries of the vectors $y_i$ constructed in (1), choosing $n = l^i$, $\alpha = \sqrt{n}/2$ and $\beta = \sqrt{n}$. If we have found this way a candidate for $y$ we can easily check if it is correct by computing $y A$. If $\mu$ is the maximal absolute value of all numerators and denominators of the
entries of $y$ it is clear from (2) that we will find $y$ from $y_i$ if $l^i > 2 \mu^2$.

 (4) If we take as $v$ in (1) to(3) all standard unit vectors we clearly get the rows of $A^{-1}$. But we can do it better. Namely we can take as $v$ the standard unit vectors multiplied by the least common multiple $\epsilon$ of the denominators of the already computed entries of $A^{-1}$. In many examples this $\epsilon$ actually equals $\epsilon_r$ after the computation of the first or first few rows. Therefore we will often
find quickly the next row of $A^{-1}$ already in (1), because we find a $v_i = 0$ such that the sequence of $y_i$ becomes constant ($=y$).

 
\subsection{\textcolor{Chapter }{Rank of Integer Matrix}}\label{Ssect-rankintmat}
\logpage{[ 1, 7, 1 ]}
{
  The following strategy has shown to be useful in proving that some very big
integer matrix is not invertible.

 
\begin{itemize}
\item Check the rank modulo some small primes, say with \texttt{RankMod} (\ref{RankMod}). 
\item If the rank seems less than the number of rows choose a prime $p$, a collection of lines which is linearly independent modulo $p$, and another line linearly dependend on these. Guess that this last line is
also linearly dependend on the chosen collection over the rational numbers
(maybe check modulo several small primes).
\item Find columns of the collection of lines which give an invertible matrix modulo
some prime.
\item Then use \texttt{RationalSolutionIntMat} (\ref{RationalSolutionIntMat}) with the invertible submatrix and corresponding entries of the linearly
dependend row to prove this.
\end{itemize}
 Guessing the rank of a matrix from the rank modulo several primes, chosing a
maximal set of lines which are linearly independent modulo some primes, and
using \texttt{RationalSolutionIntMat} (\ref{RationalSolutionIntMat}) with the remaining lines, one may also find the exact rank of a huge integer
matrix. 

 }

 }

 }

 \def\bibname{References\logpage{[ "Bib", 0, 0 ]}}

\bibliographystyle{alpha}
\bibliography{edim}

\def\indexname{Index\logpage{[ "Ind", 0, 0 ]}}


\printindex

\newpage
\immediate\write\pagenrlog{["End"], \arabic{page}];}
\immediate\closeout\pagenrlog
\end{document}