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

 


AlffTameInftyPlace

Returns whether the infinite place of k(T) is tamely ramified in the algebraic field extension F/k(T), or not.

Syntax:

b := AlffTameInftyPlace(F);

boolean
  b  
algebraic function field
  F  

See also:  AlffPlaceSplit

Description:

See Alff for definitions.


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> AlffTameInftyPlace(F);
> true


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