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

 


AlffPlaceOrder

missing shortdoc

Syntax:

o := AlffPlaceOrder(P);

alff order
  o  
alff place
  P  

See also:  AlffPlaceIdeal, AlffPlaceIsFinite, Alff

Description:

This function returns the finite or infinite maximal order according to whether the given place is finite or infinite.


Example:


kash> AlffInit(FF(2,1));
"Defining global variables: k, w, kT, kTf, kTy, T, y, AlffGlobals"
kash> E := Alff(y^2+y+T^3+T);
Algebraic function field defined by
.1^2 + .1 + .2^3 + .2
over
Univariate rational function field over GF(2)
Variables: T

kash> P := AlffPlacesDegOne(E)[1];
Alff place < [ 1/T, 0 ], [ 0, 1 ] >
kash> o := AlffPlaceOrder(P);
> Infinite maximal order of 
Algebraic function field defined by
.1^2 + .1 + .2^3 + .2
over
Univariate rational function field over GF(2)
Variables: T



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