BinCounts[{x_1, x_2, ...}] counts the number of elements x_i whose values lie in successive integer bins.BinCounts[{x_1, x_2, ...}, dx] counts the number of elements x_i ...
Control
(Built-in Mathematica Symbol) Control[{u, dom}] represents an interactive control for the variable u in the domain dom, with the type of control chosen to be appropriate for the domain ...
DiagonalMatrix[list] gives a matrix with the elements of list on the leading diagonal, and 0 elsewhere. DiagonalMatrix[list, k] gives a matrix with the elements of list on ...
GaussianMatrix[r] gives a matrix that corresponds to a Gaussian kernel of radius r. GaussianMatrix[{r, \[Sigma]}] gives a matrix corresponding to a Gaussian kernel with ...
ImageTrim[image , {{x_1, y_1}, {x_2, y_2}, ...}] gives the subimage of image spanned by the specified points.ImageTrim[image, {{x_1, y_1}, {x_2, y_2}, ...}, r] adds a margin ...
MenuStyle is an option for menu-generating constructs that specifies the style to use in displaying menu items.
MeshStyle is an option for Plot3D, DensityPlot, and other plotting functions that specifies the style in which to draw a mesh.
TableDepth is an option for TableForm and MatrixForm which specifies the maximum number of levels to be printed in tabular or matrix format.
Trig
(Built-in Mathematica Symbol) Trig is an option for various polynomial manipulation functions that specifies whether trigonometric functions should be treated like polynomial elements.
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 ...