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

 


AlffPolyIrrIsSep

missing shortdoc

Syntax:

b := AlffPolyIrrIsSep(f);

polynomial in T and y over field
  f  
boolean
  b  

See also:  AlffPolyIsIrreducible, AlffPolyIsIrrSep, Alff

Description:

Returns whether an irreducible polynomial f(T,y) over a field is separable in y.


Example:


kash> AlffInit(FF(5,2));
"Defining global variables: k, w, kT, kTf, kTy, T, y, AlffGlobals"
kash> AlffPolyIrrIsSep(y+T);
true
kash> AlffPolyIrrIsSep(y^5+T);
> false


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