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

 


AlffPlaceIdeal

missing shortdoc

Syntax:

I := AlffPlaceIdeal(P);

alff order ideal
  I  
alff place
  P  

See also:  AlffPlaceOrder, AlffPlaceSplit, AlffIdealFactor

Description:

Given a place frak{P} this function returns a prime ideal corresponding to frak{P}.


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)[2];
Alff place < [ T, 0 ], [ 0, 1 ] >
kash> I := AlffPlaceIdeal(P);
> < [ T, 0 ], [ 0, 1 ] >


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