ParallelCombine[f, h[e_1, e_2, ...], comb] evaluates f[h[e_1, e_2, ...]] in parallel by distributing parts of the computation to all parallel kernels and combining the ...
Throughout any computation, Mathematica maintains an evaluation stack containing the expressions it is currently evaluating. You can use the function Stack to look at the ...
FactorialPower[x, n] gives the factorial power x (n). FactorialPower[x, n, h] gives the step-h factorial power x (n, h).
QPochhammer[a, q, n] gives the q-Pochhammer symbol (a; q) n.QPochhammer[a, q] gives the q-Pochhammer symbol (a; q) \[Infinity].QPochhammer[q] gives the q-Pochhammer symbol ...
StringCases["string", patt] gives a list of the substrings in " string" that match the string expression patt. StringCases["string", lhs -> rhs] gives a list of the values of ...
Minors
(Built-in Mathematica Symbol) Minors[m] gives the minors of a matrix m. Minors[m, k] gives the k\[Null]\[Null]^th minors.
Just as the equation x^2+3x==2 asserts that x^2+3x is equal to 2, so also the inequality x^2+3x>2 asserts that x^2+3x is greater than 2. In Mathematica, Reduce works not only ...
Abs
(Built-in Mathematica Symbol) Abs[z] gives the absolute value of the real or complex number z.
ExpIntegralE[n, z] gives the exponential integral function E_n (z).
Floor
(Built-in Mathematica Symbol) Floor[x] gives the greatest integer less than or equal to x. Floor[x, a] gives the greatest multiple of a less than or equal to x.