I'm working on a project where I need to factorize a given bivariate polynomial over a finite field, is there any python library that can help me? Sympy cannot factorize multivariate polynomial over a finite field, so is there any other library that can do the job?
Asked
Active
Viewed 81 times
0
-
1You could have a look at PyPI: https://pypi.org/search/?q=factorize+polynomial – Alex G Aug 16 '21 at 09:44
-
Can we please have the polynomial (and the characteristic of the field)?! Depending of the submitted data, the way to attack may differ... – dan_fulea May 24 '22 at 18:02