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

 


AlffIdealPlace

Given a prime ideal this function returns the corresponding place.

Syntax:

P := AlffIdealPlace(I);

prime ideal
  I  
alff place
  P  

See also:  AlffPlaceIdeal, AlffPlaces

Description:

no detailed description available yet


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> AlffPlacePrimeElt(P);
> [ T, 0 ]


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