[back] [prev] [next] [index] [root]

 


AbelianGroupExponent

Returns the exponent of a group.

Syntax:

a := AbelianGroupExponent(g);

group
  g  
integer
  a  

See also:  AbelianGroupOrder, AbelianGroupEltOrder

Description:

Returns the exponent a of the group g.


Example:


kash> g := AbelianGroupCreate(Mat(Z, [[2,0], [0,4]]));
Group with relations:
[2 0]
[0 4]
kash> a := AbelianGroupExponent(g);
> 4


<- back[back] [prev] [next] [index] [root]