[back] [prev] [next] [index] [root]
K := AlffPlaceResField(P);
field | K |
residue field of P |
alff place | P |
See also: AlffResFieldEltLift, AlffELtToResField, AlffEltValuation
kash> AlffInit(FF(2,3)); "Defining global variables: k, w, kT, kTf, kTy, T, y, AlffGlobals" kash> F := Alff(y^3+T^3*y+T); Algebraic function field defined by .1^3 + .1*.2^3 + .2 over Univariate rational function field over GF(2^3) Variables: T kash> P := AlffPlaceSplit(F, T+1)[1]; Alff place < [ T + 1, 0, 0 ], [ w, 1, 0 ] > kash> f := AlffPlaceResField(P); > Finite field of size 2^3
<- back[back] [prev] [next] [index] [root]