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

 


GaloisGroupSet

Sets the number of the Galois group in the order or algebraic function field.

Syntax:

GaloisGroupSet(K, G);

order or algebraic function field
  K  
int
  G  

See also:  GaloisGlobals, GaloisGroupsPossible, GaloisModulo, GaloisTree, GaloisRoots, GaloisNumberToName, GaloisBlocks

Description:

no detailed description available yet


Example:


kash> o := Order(x^13-2);
Generating polynomial: x^13 - 2

kash> GaloisGroupSet(o,6);
> 


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