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

 


AbelianGroupOrder

Returns the order of a group.

Syntax:

a := AbelianGroupOrder(g);

group
  g  
integer
  a  

See also:  AbelianGroupExponent

Description:

Returns the order a of the group g.


Example:


kash> g := AbelianGroupCreate(Mat(Z, [[2,1], [1,3]]));
Group with relations:
[2 1]
[1 3]
kash> a := AbelianGroupOrder(g);
> 5


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