Hi, given a polynomial we can check whether its irreducibility via .is_irreducible()
command. I wonder how sage checks it so fast even though the polynomial has large degree with large coefficients?
1 | initial version |
Hi, given a polynomial we can check whether its irreducibility via .is_irreducible()
command. I wonder how sage checks it so fast even though the polynomial has large degree with large coefficients?