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

 


OrderCyclotomic

Computes the n'th cyclotomic field.

Syntax:

o := OrderCyclotomic(n);

order
  o  
integer
  n  

Description:

no detailed description available yet


Example:

kash> o := OrderCyclotomic(15);
Generating polynomial: x^8 - x^7 + x^5 - x^4 + x^3 - x + 1

kash> OrderIsMaximal(o);
true
kash> OrderDisc(o);
1265625
kash> OrderAutomorphisms(o, []);
> [ [0, 1, 0, 0, 0, 0, 0, 0], [0, 0, 1, 0, 0, 0, 0, 0], 
  [0, 0, 0, 0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 1], 
  [-1, 1, 0, -1, 1, -1, 0, 1], [0, -1, 0, 0, 0, 0, -1, 0], 
  [1, -1, 0, 0, -1, 1, 0, -1], [1, 0, -1, 1, -1, 0, 1, -1] ]


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