Given a finitely presented group $G = \langle S | R \rangle$, is there a command in MAGMA that computes the center of G ?
Finding the center of a group with MAGMA
0
$\begingroup$
group-theory
-
0This 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
Yes.
Y:=permutationGroup(G):
Centre(Y);