[back] [prev] [next] [index] [root]
f := AlffPlaceResDeg(P);
integer | f |
|
alff place | P |
See also: AlffPlaceSplit, AlffPlaceRam, AlffPlaceDeg
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 := AlffPlaceResDeg(P); > 1
<- back[back] [prev] [next] [index] [root]