[back] [prev] [next] [index] [root]
b := PolyIsSquarefree(f);
b
f
kash> f := Poly(Zx, [1, 0, -4, 0, 1]); x^4 - 4*x^2 + 1 kash> PolyIsSquarefree(f); > true
<- back[back] [prev] [next] [index] [root]