Factor in square free
Factorizes a polynomial with square-free factors. That is, given a polynomial , a square-free factorization is a factorization into powers of square-free factors
Syntax
factor_in_square_free(Polynomial)
factor_in_square_free(Polynomial, Ring)
Description
Factorizes a polynomial over with square-free factors. The output is a list , following the notation above.
Factorizes a polynomial over a ring with square-free factors. The output is a list , following the notation above.