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

 


OrderEquationOrder

Returns the equation suborder of the given order.

Syntax:

oe := OrderEquationOrder(o);

order
  oe  
order
  o  

See also:  OrderBasisIsPower, OrderBasisIsRel

Description:

OrderEquationOrder returns the equation suborder o|E of a given order o.


Example:

Extracting the equation order of an arbitrary order.

kash> o := Order (Poly (Zx,[1,0,-186,0,13097,0,-412704,0,4946176]));
Generating polynomial: x^8 - 186*x^6 + 13097*x^4 - 412704*x^2 + 4946176

kash> O := OrderMaximal (o);
   F[1]
    |
   F[2]
  /
 /
Q
F  [ 1]     Given by transformation matrix
F  [ 2]     x^8 - 186*x^6 + 13097*x^4 - 412704*x^2 + 4946176
Discriminant: 60050488100625 

kash> oe := OrderEquationOrder (O);
> Generating polynomial: x^8 - 186*x^6 + 13097*x^4 - 412704*x^2 + 4946176
Discriminant: 822201012939308277619413178871929896960000 



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