Skip to content

Burnside groups with GAP system #5696

Answered by fingolfin
ArthurBesse asked this question in Q&A
Discussion options

You must be logged in to vote

Ugh, somehow I never saw this thread (we are not using these "discussions" much, we usually use Slack or our mailing lists instead).

But to answer your question, just in case you or some other future visitor still care: the anupq package can define Burnside groups and similar verbal groups. For infinite nilpotent groups one can use the nq package.

Here is one example taken from the anupq manual which you can adapt to compute $B(n,3)$:

gap> F := FreeGroup(2);
<free group on the generators [ f1, f2 ]>
gap> Burnside5 := x->x^5;
function( x ) ... end
gap> Engel3 := function( x,y ) return PqLeftNormComm( [x,y,y,y] ); end;
function( x, y ) ... end
gap> Pq( F : Prime := 5, Identities := [ Burnsi…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ArthurBesse
Comment options

Answer selected by ArthurBesse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants