0
$\begingroup$

Given a finitely presented group $G = \langle S | R \rangle$, is there a command in MAGMA that computes the center of G ?

  • 0
    This is unlikely to be possible unless $G$ is finite, in which case you should use a command like CosetImage to convert it to a group of permutations.2011-09-21

1 Answers 1

1

Yes.

Y:=permutationGroup(G):

Centre(Y);