[back] [prev] [next] [index] [root]
b := AlffPlaceBeta(P);
alff element | b |
|
alff place | P |
See also: AlffEltValuation, AlffPlacePrimeElt, AlffPlaceMin
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> p := AlffPlaceMin(P); T kash> b := AlffPlaceBeta(P); [ 1, 1 ] kash> AlffDivisor(b/p); > Alff divisor [ [ Alff place < [ T, 0 ], [ 0, 1 ] >, -1 ], [ Alff place < [ T + 1, 0 ], [ 1, 1 ] >, 2 ], [ Alff place < [ 1/T, 0 ], [ 0, 1 ] >, -1 ] ]
<- back[back] [prev] [next] [index] [root]