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

 


AlffVarT

missing shortdoc

Syntax:

T := AlffVarT(F);

algebraic function field
  F  
polynomial
  T  

See also:  AlffEltGenT, Alff

Description:

Returns the indeterminate T of the generating equation of the algebraic function field.


Example:


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

kash> AlffVarT(F);
> T


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