Skip to content

Commit c6d3075

Browse files
Add References
1 parent ed77ebc commit c6d3075

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

doc/intro.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ The package &LINS; provides an algorithm for computing the normal subgroups of a
1111
Moreover it provides an interface for searching in the normal subgroup lattice of a finitely presented group.
1212
For example, one can use this interface to search for <M>l</M> normal subgroups of index <M>n</M>. <P/>
1313

14-
The algorithm is based on work of Derek Holt and David Firth.
15-
They have implemented this algorithm in the algebra software MAGMA. <P/>
14+
The algorithm is based on work of David Firth <Cite Key="Firth"/>.
15+
He implemented this algorithm in the algebra software MAGMA.
16+
This implementation has been revised and rewritten to a great extent by Derek Holt. <P/>
1617

1718
The current implementation in &GAP; uses a table of groups that was computed by the code in <F>createTables.gi</F>.
1819

doc/lins.bib

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
@phdthesis{Firth,
2+
type = {Ph.D. thesis},
3+
author = {David Firth},
4+
title = {An Algorithm to Find Normal Subgroups of a Finitely Presented Group, up to a Given Finite Index},
5+
year = {2005},
6+
school = {University of Warwick},
7+
}

0 commit comments

Comments
 (0)