PermutationMin[perm] returns the smallest integer moved by the permutation perm.
SpanFromBoth is a symbol that can appear at a particular position in a Grid or related construct to indicate that the corresponding position is occupied by a spanning element ...
The functions described here are among the most commonly used discrete univariate statistical distributions. You can compute their densities, means, variances, and other ...
HankelMatrix[n] gives the n*n Hankel matrix with first row and first column being successive integers.HankelMatrix[{c_1, c_2, ..., c_n}] gives the Hankel matrix whose first ...
Connecting to a subsidiary program via MathLink. This starts a subsidiary Mathematica process on the computer system used here. Here is a packet representing the first input ...
To run Mathematica from within an external program requires making use of many general features of MathLink. The first issue is how to establish a MathLink connection to ...
InverseFourierSequenceTransform[expr, \[Omega], n] gives the inverse discrete-time Fourier transform of expr.InverseFourierSequenceTransform[expr, {\[Omega]_1, \[Omega]_2, \ ...
BaseForm[expr, n] prints with the numbers in expr given in base n.
Shorthand notations are a part of Mathematica 's rich syntax system that allows multiple ways to feed arguments to functions. In addition to creating compact code, using ...
Steps in the operation of Mathematica. When you type something like x^2 what Mathematica at first sees is just the string of characters x, ^, 2. But with the usual way that ...