VertexLabels is an option and property for Graph and related functions that specifies what labels and label positions should be used for vertices.
One of the most powerful aspects of graphics in Mathematica is the availability of three-dimensional as well as two-dimensional graphics primitives. By combining ...
Representations of real intervals. This represents all numbers between -2 and +5. The square of any number between -2 and +5 is always between 0 and 25.
FindMaximum[f, x] searches for a local maximum in f, starting from an automatically selected point.FindMaximum[f, {x, x_0}] searches for a local maximum in f, starting from ...
FindMinimum[f, x] searches for a local minimum in f, starting from an automatically selected point.FindMinimum[f, {x, x_0}] searches for a local minimum in f, starting from ...
$MaxMachineNumber is the largest machine-precision number that can be used on a particular computer system.
ArgMax
(Built-in Mathematica Symbol) ArgMax[f, x] gives a position x_max at which f is maximized.ArgMax[f, {x, y, ...}] gives a position {x_max, y_max, ...} at which f is maximized.ArgMax[{f, cons}, {x, y, ...}] ...
ImageDeconvolve[image, ker] gives a deconvolution of image using kernel ker.
$MinMachineNumber is the smallest positive machine-precision number that can be used on a particular computer system.
ListDeconvolve[ker, list] gives a deconvolution of list using kernel ker.