Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 91213ddcfbe7f54821d42c2d9e091326 > files > 2233

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

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%W  intro.tex             POLENTA documentation            Bjoern Assmann
%W                                                     
%W                                                     
%W                                                       
%%
%H  @(#)$Id: intro.tex,v 1.7 2005/11/26 12:57:29 gap Exp $
%%
%Y 2003
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Chapter{Introduction}

\atindex{Polenta}{@Polenta}
\atindex{Polycyclic}{@Polycyclic}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Section{The package}

This package provides functions for computation with matrix
groups. Let $G$ be a subgroup of $GL(d,R)$ where the ring $R$ is
either equal to $\Q,\Z$ or a finite field $\F_q$.
Then: 
\beginlist
\item{--} 
    We can test whether $G$ is solvable.
\item{--} 
    We can test whether $G$ is polycyclic.
\item{--}
    If $G$ is polycyclic, then we can determine a polycyclic
    presentation for $G$. 
\endlist

A group $G$ which is given by a polycyclic presentation can be largely
investigated by algorithms implemented in the {\GAP}-package
Polycyclic \cite{Polycyclic}. For example 
we can determine if $G$ is torsion-free
and calculate the torsion subgroup. Further we can compute the derived
series and the Hirsch length of the group $G$. Also various methods for
computations with subgroups, factor groups and extensions are
available.

As a by-product, the {\Polenta} package 
provides some functionality to compute certain module series for
modules of solvable groups. For example, if
$G$ is a rational polycyclic matrix group, then we can compute the 
radical series of the natural
$\Q[G]$-module $\Q^d$.  

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Section{Polycyclic groups}

A group $G$ is called polycyclic if it has a finite subnormal
series with cyclic 
factors. It is a well-known fact that every polycyclic group is
finitely presented by a so-called polycyclic presentation (see
for example Chapter 9 in \cite{Sims} or Chapter 2 in \cite{Polycyclic} ). 
In {\GAP}, groups which are defined by polycyclic
 presentations are called
polycyclically presented groups, abbreviated PcpGroups.
 
The overall idea of the algorithm implemented in this package was
first introduced 
by Ostheimer in 1996 \cite{Ostheimer}. 
In 2001 Eick presented a more detailed
version \cite{Eick}. This package contains an implementation of Eick's
algorithm. A description of this implementation together with some
refinements and extensions can be
found in \cite{AEi05} and \cite{Assmann}. 

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%E