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

 


EltOrder

Returns the order of an algebraic element.

Syntax:

o := EltOrder(alpha);

order
  o  
algebraic element or integer
  alpha  

Description:

The EltOrder function returns the order in which the algebraic element \alpha is defined.


Example:


kash> O:=Order(Z,2,-3);
Generating polynomial: x^2 + 3

kash> alpha:=Elt(O,[1,2]);
[1, 2]
kash> EltOrder(alpha);
> Generating polynomial: x^2 + 3



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