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

 


GaloisGroupOrder

Returns the order of the transitive permutation group.

Syntax:

GaloisGroupOrder(n, k);

integer
  n  
representing degree
integer
  k  
representing group in T-notation

See also:  Galois

Description:

This function returns the order of a transitive permutation group up to degree 20.


Example:


kash> GaloisGroupOrder(18, 354);
> 1944


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