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

 


AlffPolyIsIrreducible

missing shortdoc

Syntax:

b := AlffPolyIsIrreducible(f);

polynomial in T and y over field
  f  
boolean
  b  

See also:  AlffPolyIsIrrSep, Alff

Description:

Returns whether a polynomial f(T,y) over a field is irreducible or not.


Example:


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


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