FixedPointList[f, expr] generates a list giving the results of applying f repeatedly, starting with expr, until the results no longer change.
Subfactorial[n] gives the number of permutations of n objects that leave no object fixed.
DirichletConvolve[f, g, n, m] gives the Dirichlet convolution of the expressions f and g.
Definition[symbol] prints as the definitions given for a symbol.
NestWhile[f, expr, test] starts with expr, then repeatedly applies f until applying test to the result no longer yields True. NestWhile[f, expr, test, m] supplies the most ...
PolynomialGCD[poly_1, poly_2, ...] gives the greatest common divisor of the polynomials poly_i. PolynomialGCD[poly_1, poly_2, ..., Modulus -> p] evaluates the GCD modulo the ...
SetSharedFunction[f_1, f_2, ...] declares the symbols f_i as shared functions whose downvalues are synchronized among all parallel kernels.
TextureCoordinateFunction is an option to Plot3D and similar functions that specifies a function that computes texture coordinates.
TrigExpand[expr] expands out trigonometric functions in expr.
Mathematica is to its core a fundamentally extensible system, in which efficient, modular, reusable packages of any size can readily be created. Mathematica's symbolic ...