Sophie

Sophie

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

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

                             The Nilmat package

This is the README file for the GAP package "Nilmat".

This package contains methods for checking whether a given matrix group
is nilpotent and for computing with nilpotent matrix groups. The considered
matrix groups may be matrix groups over a finite field or the field of
rational numbers.

The Nilmat package is written in GAP code only and does not use
external binaries. To install the package, you only need to move
it into the directory pkg of your GAP installation. To load the
package, you only need to start GAP and type

  LoadPackage("nilmat");

The ``Nilmat" package banner should appear on the screen.

For details on  how  to  use  the  Nilmat  package  see  the
package documentation in the `doc' subdirectory (view either
`manual.dvi'  via `xdvi' or `manual.pdf' via a PDF viewer).
Before using the package, please pay attention to the bugfix
information in Chapter 4 of the manual.

  Alla Detinko (Galway)
  Bettina Eick (Braunschweig)
  Dane Flannery (Galway)

#****************************************************************************
#
# Copyright (C) 2007 Alla Detinko, Bettina Eick, Dane Flannery
# <alla.detinko@nuigalway.ie>
# <beick@tu-bs.de>
# <dane.flannery@nuigalway.ie>
#
#  Distributed under the terms of the GNU General Public License (GPL)
#
#    This code is distributed in the hope that it will be useful,
#    but WITHOUT ANY WARRANTY; without even the implied warranty
#    of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
#  See the GNU General Public License for more details; the full text
#  is available at:
#
#  http://www.gnu.org/licenses/
#
*****************************************************************************