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

 


AlffIdealOrder

missing shortdoc

Syntax:

o := AlffIdealOrder(a);

alff order
  o  
alff order ideal
  a  

See also:  AlffOrderAlff

Description:

Return the order in which the ideal is defined.


Example:


kash> AlffInit(FF(5,2));
"Defining global variables: k, w, kT, kTf, kTy, T, y, AlffGlobals"
kash> AlffOrders(y^3+T^4+1);
"Defining global variables: F, o, oi, one"
kash> a := AlffElt(o, [0, 1, 0]);
[ 0, 1, 0 ]
kash> I := (T + w^3)*o + a*o;
< 
[ T + w^3        0        0]
[       0        1        0]
[       0        0        1]
/ 1
 >
kash> AlffIdealOrder(I);
> Finite maximal order of 
Algebraic function field defined by
.1^3 + .2^4 + 1
over
Univariate rational function field over GF(5^2)
Variables: T



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