File: README

package info (click to toggle)
gap-polycyclic 2.17-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 2,796 kB
  • sloc: xml: 3,018; javascript: 155; makefile: 124
file content (16 lines) | stat: -rw-r--r-- 660 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

gap:

This directory contains the gap code to compute with infinite
polycyclic groups. It is splitted in various subdirectories:

matrix     --  basic stuff for rational modules and related
basic      --  basic stuff for pcp groups, collector etc.
cohom      --  cohomology for pcp groups, complements and extensions
action     --  actions of polycyclic groups and orbit-stabilizer methods
pcpgrp     --  higher level functions for pcp groups
matrep     --  computing a matrix representation for a pcp group
exam       --  examples of pcp groups

Each directory has its own README file containing more information
about the various files containing the code.