NevilleThetaN[z, m] gives the Neville theta function \[CurlyTheta]_n (z \[VerticalSeparator] m).
KroneckerDelta[n_1, n_2, ...] gives the Kronecker delta \[Delta] Subscript[n, 1] Subscript[n, 2] ..., equal to 1 if all the n_i are equal, and 0 otherwise.
AiryBiZero[k] represents the k\[Null]^th zero of the Airy function Bi(x).AiryBiZero[k, x_0] represents the k\[Null]^th zero less than x_0.
Mathematica's symbolic architecture immediately defines a serializable representation for any Mathematica data or program—which can then readily be stored in a file.
At the core of Mathematica is the foundational idea that everything —data, programs, formulas, graphics, documents—can be represented as symbolic expressions. And it is this ...
The execution of a Mathematica program involves the evaluation of a sequence of Mathematica expressions. In simple programs, the expressions to be evaluated may be separated ...
DeclarePackage["context`", {"name_1", "name_2", ...}] declares that Needs["context`"] should automatically be executed if a symbol with any of the specified names is ever ...
NonConstants is an option for D which gives a list of objects to be taken to depend implicitly on the differentiation variables.
StackBegin[expr] evaluates expr, starting a fresh evaluation stack.
StackComplete[expr] evaluates expr with intermediate expressions in evaluation chains included on the stack.