Once installed, MathLM starts running automatically by default each time the machine is rebooted. To start or stop MathLM manually, follow these instructions. It is assumed ...
Typical command-line options for Mathematica executables. If the Mathematica front end is called with a notebook file as a command-line argument, then this notebook will be ...
Commonest[list] gives a list of the elements that are the most common in list.Commonest[list, n] gives a list of the n most common elements in list.
CrossMatrix[r] gives a matrix whose elements are 1 in a centered cross-shaped region that extends r positions along each index direction, and are 0 otherwise.CrossMatrix[r, ...
DiamondMatrix[r] gives a matrix whose elements are 1 in a diamond-shaped region that extends r index positions to each side, and are 0 otherwise.DiamondMatrix[r, w] gives a ...
DiskMatrix[r] gives a matrix whose elements are 1 in a disk-shaped region of radius r, and are otherwise 0.DiskMatrix[r, w] gives a w*w matrix containing a disk of 1s with ...
FiniteAbelianGroupCount[n] gives the number of finite Abelian groups of order n.
LowerTriangularize[m] gives a matrix in which all but the lower triangular elements of m are replaced with zeros. LowerTriangularize[m, k] replaces with zeros only the ...
MeanDeviation[list] gives the mean absolute deviation from the mean of the elements in list.
Ratios
(Built-in Mathematica Symbol) Ratios[list] gives the successive ratios of elements in list. Ratios[list, n] gives the n\[Null]^th iterated ratios of list. Ratios[list, {n_1, n_2, ...}] gives the ...