Exponent( G )
Let G be a finite group. Then Exponent
returns the exponent of G.
Note that Exponent
tests and sets G.exponent
.
gap> Exponent( Group( (1,2,3,4), (1,2) ) ); 12
The default function GroupOps.Exponent
computes all elements of G and
their orders.
GAP 3.4.4