[back] [prev] [next] [index] [root]
b := PolyIsIrreducible(f);
b
f
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]