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

 


GaloisRing

missing shortdoc

Syntax:

L := GaloisRing(o);

order
  o  
list
  L  
of either the p-adic order, the prime (ideal) p and theexponent k or the complex field and the precesion

See also:  Galois

Description:

Returns the p-adic order, the prime p and the exponent k of the precesion p^k or in the complex case the complex field with the current precision.


Example:


kash> o := Order(Z, 8, 2);
Generating polynomial: x^8 - 2

kash> Galois(o);
"2D_8(8)"
kash> GaloisRing(o);
> [ Generating polynomial: x^2 - 5
    , 23, 3 ]


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