The functionality is now available in built-in Mathematica kernel functions RSolve, ZTransform, and Sum. The built-in kernel function SeriesCoefficient now contains the ...
Mathematica's ability to deal with symbolic expressions, as well as numbers, allows you to use it for many kinds of mathematics. Calculus is one example. With Mathematica, ...
Building on its broad strengths in mathematics in general, and in special functions in particular, Mathematica provides a unique level of support for analytic number theory, ...
n!! gives the double factorial of n.
The flexibility of Mathematica's symbolic architecture is reflected in its rich collection of carefully defined constructs for localization and modularization. The use of ...
FactorialPower[x, n] gives the factorial power x (n). FactorialPower[x, n, h] gives the step-h factorial power x (n, h).
In using Mathematica, you sometimes need to repeat an operation many times. There are many ways to do this. Often the most natural is in fact to set up a structure such as a ...
Compile
(Built-in Mathematica Symbol) Compile[{x_1, x_2, ...}, expr] creates a compiled function that evaluates expr assuming numerical values of the x_i. Compile[{{x_1, t_1}, ...}, expr] assumes that x_i is of a ...
StirlingS1[n, m] gives the Stirling number of the first kind S_n^(m).
DifferenceRoot[lde] represents a function that solves the linear difference equation specified by lde[a, n].