Factor
(Built-in Mathematica Symbol) Factor[poly] factors a polynomial over the integers. Factor[poly, Modulus -> p] factors a polynomial modulo a prime p. Factor[poly, Extension -> {a_1, a_2, ...}] factors a ...
Integer
(Built-in Mathematica Symbol) Integer is the head used for integers.
FactorInteger[n] gives a list of the prime factors of the integer n, together with their exponents. FactorInteger[n, k] does partial factorization, pulling out at most k ...
Mathematica includes functionality to factor polynomials symbolically.
Mathematica contains hundreds of original algorithms for computing integer functions involving integers of any size.
The symbolic character of Mathematica makes possible a uniquely coherent approach to integer sequences, integrating functional forms, equations, generating functions, and ...
Some integer functions. The remainder on dividing 17 by 3. The integer part of 17/3.
TrigFactor[expr] factors trigonometric functions in expr.
Integrated into the Mathematica system are powerful functions for analyzing large volumes of discrete and integer data—often conveniently specified using Mathematica's ...
FactorList[poly] gives a list of the factors of a polynomial, together with their exponents.