List irreducible factors of a polynomial with exponents.
FactorList[poly]
FactorList[6]
→ {{6, 1}}FactorList[3/4]
→ {{3, 1}, {4, -1}}FactorList[(x^2 - 1)/(x + 2)]
→ {{1, 1}, {-1 + x, 1}, {1 + x, 1}, {2 + x, -1}}- Extension — default None
- GaussianIntegers — default False
- Modulus — default 0
- Trig — default False