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

 


AlffPolyIsIrrSep

missing shortdoc

Syntax:

b := AlffPolyIsIrrSep(f);

polynomial in T and y over field
  f  
boolean
  b  

See also:  AlffPolyIsIrreducible, Alff

Description:

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


Example:


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


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