InputString[] interactively reads in a character string. InputString[prompt] requests input, displaying prompt as a "prompt". InputString[prompt, init] in a notebook front ...
KroneckerSymbol[n, m] gives the Kronecker symbol (n/m).
LinearFractionalTransform[m] gives a TransformationFunction that represents a linear fractional transformation defined by the homogeneous matrix m. ...
LiouvilleLambda[n] gives the Liouville function \[Lambda](n).
MangoldtLambda[n] gives the von Mangoldt function \[CapitalLambda](n).
MaxDetect[image] gives a binary image in which white pixels correspond to constant extended maxima in image.MaxDetect[image, h] finds extended maxima where the range of ...
MaxStepSize is an option to functions like NDSolve that specifies the maximum size of a single step used in generating a result.
MeanShiftFilter[image, r, d] replaces each pixel with the mean of the pixels in a range-r neighborhood and whose value is within a distance d.MeanShiftFilter[array, r, d] ...
NotebookDirectory[] gives the directory of the current evaluation notebook. NotebookDirectory[nb] gives the directory for the notebook specified by nb.
ObservabilityMatrix[ss] gives the observability matrix of the StateSpaceModel object ss.