PartitionsQ[n] gives the number q (n) of partitions of the integer n into distinct parts.
PeronaMalikFilter[image] applies a Perona\[Dash]Malik diffusion filter to image.PeronaMalikFilter[image, t] specifies the amount of diffusion t to be applied. ...
PixelValue[image, {x, y}] gives the pixel value of image at position {x, y}.PixelValue[image, {x, y}, " type"] gives the pixel value converted to the specified type.
QuartileDeviation[list] gives the quartile deviation or semi-interquartile range of the elements in list.QuartileDeviation[dist] gives the quartile deviation or ...
RightCosetRepresentative[group, g] returns the smallest element in the right coset of products of the elements of group by g.
TextRecognize[image] recognizes text in image and returns it as a string.
VectorQ
(Built-in Mathematica Symbol) VectorQ[expr] gives True if expr is a list or a one-dimensional SparseArray object, none of whose elements are themselves lists, and gives False otherwise. VectorQ[expr, ...
$IterationLimit gives the maximum length of evaluation chain used in trying to evaluate any expression.
Functions for manipulating elements in explicit lists. This gives a list with x prepended. This inserts x so that it becomes element number 2.
DSolve can be used for finding the general solution to a differential equation or system of differential equations. The general solution gives information about the structure ...