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

 


AlffDeg

Returns the degree of the extension F/k(T).

Syntax:

n := AlffDeg(F);

integer
  n  
algebraic function field
  F  

See also:  AlffOrderPoly

Description:

no detailed description available yet


Example:


kash> AlffInit(FF(5,2));
"Defining global variables: k, w, kT, kTf, kTy, T, y, AlffGlobals"
kash> AlffOrders(y^3+T^4+1);
"Defining global variables: F, o, oi, one"
kash> F;
Algebraic function field defined by
.1^3 + .2^4 + 1
over
Univariate rational function field over GF(5^2)
Variables: T

kash> AlffDeg(F);
> 3


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