ContentSize is an option for Manipulate and other functions that specifies the size of the content area to use.
ControllerManipulate[expr, {u, u_min, u_max}] generates a version of expr set up to allow interactive manipulation of the value of u using an external controller ...
DirichletTransform[expr, n, s] gives the Dirichlet transform of expr with respect to n.
FileNameTake["name"] gives the last path element in the file name " name".FileNameTake["name", n] gives the first n path elements in the file name " ...
Glaisher is Glaisher's constant with numerical value \[TildeEqual] 1.28243.
HeavisideLambda[x] represents the triangle distribution \[CapitalLambda](x) which is nonzero for |x| < 1.HeavisideLambda[x_1, x_2, ...] represents the multidimensional ...
Intersection[list_1, list_2, ...] gives a sorted list of the elements common to all the list_i.
LaplacianFilter[image, r] convolves image with a range r Laplacian kernel.LaplacianFilter[image, {r_1, r_2}] uses ranges r_i in the vertical and horizontal ...
MeanShift[list, d] replaces each element in list by the mean of the values of all elements that differ by less than d.
ObservabilityMatrix[ss] gives the observability matrix of the StateSpaceModel object ss.