Factor
factors the polynomial expression
expr
for gaussian integers you can set the option
GaussianIntegers->True
to treat integers modulo an integer number
p
, you can set the optionModulus->p
.
See:
- Wikipedia - Factorization of polynomials
- Wikipedia - Quadratic formula
- Wikipedia - Cubic equation
- Wikipedia - Quartic function
- Wikipedia - Gaussian integer
Examples
Factor can also be used with equations:
and lists:
Implementation status
- ✅ - full supported