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

 


PolyIsIrreducible

missing shortdoc

Syntax:

b := PolyIsIrreducible(f);

boolean
  b  
polynomial
  f  

Description:

Checks if a given polynomial is irreducible.


Example:


kash> f := Poly(Zx, [1, 0, -4, 0, 1]);
x^4 - 4*x^2 + 1
kash> PolyIsIrreducible(f);
> true


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