File: additional.tex

package info (click to toggle)
gap-autpgrp 1.11.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 540 kB
  • sloc: makefile: 115; sh: 9
file content (35 lines) | stat: -rw-r--r-- 1,322 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%A  additional.tex     AutPGrp documentation                 Bettina Eick
%A                                                         Eamonn O'Brien
%%

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Chapter{Additional Features of the Package}

As an additional feature of this package we provide some functions to
count extensions of $p$-groups and Lie algebras over $GF(p)$. These
functions have been used in counting the $2$-groups of size $2^{10}$.

\> NumberOfPClass2PGroups( n, p, k )

determines the number of $n$-generator $p$-groups of $p$-class 2 with
Frattini subgroup of order $2^k$. 

\> NumberOfPClass2PGroups( n, p )

returns a list of of numbers of $n$-generator $p$-groups of $p$-class 2
with Frattini subgroup of order $2^k$ for $k$ in $1, \ldots, n(n+1)/2$.

\> NumberOfClass2LieAlgebras( n, p, k )

determines the number of $n$-generator Lie algebras of class 2 over 
$GF(p)$ with derived Lie subalgebra of dimension $k$.

\> NumberOfClass2LieAlgbras( n, p )

returns a list of of numbers of $n$-generator Lie algebras of class 2
over $GF(p)$ with derived Lie subalgebra of dimension $k$ for $k$ in
$1, \ldots, n(n-1)/2$.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%