Page 1 sur 1

irreducibility check for polynomials

Publié : mar. janv. 15, 2019 10:27 am
par jocaps
Hi,

I was wondering if there is any irreducibility check (for say integral multivariable polynomials), something like say "is_irreduc"? I can always use "factors" or "factor" to check manually. But there are several reasons why irreducibility check is more useful: 1. Programmatically getting a bool or 1/0 is more useful 2. irreducibility checks should (I think) deliver faster results than factor.

Jose