Convolve[f, g, x, y] gives the convolution with respect to x of the expressions f and g.Convolve[f, g, {x_1, x_2, ...}, {y_1, y_2, ...}] gives the multidimensional ...
EllipticPi[n, m] gives the complete elliptic integral of the third kind \[CapitalPi] (n \[VerticalSeparator] m). EllipticPi[n, \[Phi], m] gives the incomplete elliptic ...
ArrayRules[SparseArray[...]] gives the rules {pos_1 -> val_1, pos_2 -> val_2, ...} specifying elements in a sparse array. ArrayRules[list] gives rules for SparseArray[list].
CoefficientArrays[polys, vars] gives the arrays of coefficients of the variables vars in the polynomials polys.
Files
(Mathematica Guide) Mathematica provides convenient and efficient system-independent functions for handling file-related constructs at all levels.
Mathematica uses the powerful idea of building up all 2D and 3D graphics from symbolic primitives—which can be manipulated using all standard Mathematica functions and ...
Annotation[expr, data] represents an expression expr, with annotation data.Annotation[expr, data, " type"] specifies the type of annotation being given.
Missing
(Built-in Mathematica Symbol) Missing[] represents data that is missing.Missing["reason"] specifies a reason for the data being missing.Missing["reason", expr] associates the expression expr with the ...
PlotRangeClipping is an option for graphics functions that specifies whether graphics objects should be clipped at the edge of the region defined by PlotRange, or should be ...
$MessageGroups is the list of rules that gives named message groups used in functions like On and Quiet.