Burnside groups with GAP system #5696
-
My question is related to Burnside groups B(n, 3) in the GAP system. I'm interested in ways to represent Burnside groups B(n, 3) in GAP. The obvious representation using relations (see example for B(3,3) below) is quite complex, because obtaining relations for large n is not an easy task.
Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
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 Here is one example taken from the anupq manual which you can adapt to compute
So adjusted we get:
|
Beta Was this translation helpful? Give feedback.
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 thenq
package.Here is one example taken from the anupq manual which you can adapt to compute$B(n,3)$ :