[back] [prev] [next] [index] [root]
P := AlffIdealPlace(I);
prime ideal | I |
|
alff place | P |
See also: AlffPlaceIdeal, AlffPlaces
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]