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
    If Center() won't work on G, you can use one of the functions available to covert G into a group of a type on which Center() will work.2011-09-20
  • 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