Laplacian[f] gives the Laplacian, \[Del]^2 f, of the scalar function or vector field f in the default coordinate system. Laplacian[f, coordsys] gives the Laplacian of f in ...
ImageFilter[f, image, r] applies the function f to the range r neighborhood of each pixel in each channel of image.
NHoldRest is an attribute which specifies that all but the first argument to a function should not be affected by N.
NMaxValue[f, x] gives the maximum value of f with respect to x.NMaxValue[f, {x, y, ...}] gives the maximum value of f with respect to x, y, .... NMaxValue[{f, cons}, {x, y, ...
NMinValue[f, x] gives the minimum value of f with respect to x.NMinValue[f, {x, y, ...}] gives the minimum value of f with respect to x, y, .... NMinValue[{f, cons}, {x, y, ...
SymmetricMatrixQ[m] tests whether m is a symmetric matrix.
One of the most common uses of MathLink is to allow you to call functions in an external program from within Mathematica. Once the external program has been set up, all you ...
LabelingFunction is an option for charting functions that specifies a function to apply to determine labeling of chart elements.
PolynomialQuotientRemainder[p, q, x] gives a list of the quotient and remainder of p and q, treated as polynomials in x.
Throw
(Built-in Mathematica Symbol) Throw[value] stops evaluation and returns value as the value of the nearest enclosing Catch. Throw[value, tag] is caught only by Catch[expr, form] where form is a pattern ...