7.49 Exponent

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.

Previous Up Top Next
Index

GAP 3.4.4
April 1997