Unicode: 0F3D5. Aliases: Esc de Esc. Infix operator with built-in evaluation rules. uv is by default interpreted as DirectedEdge[u,v].
Unicode: 0F3D4. Aliases: Esc ue Esc. Infix operator with built-in evaluation rules. uv is by default interpreted as UndirectedEdge[u,v].
PlotLayout is an option used by WaveletListPlot and similar functions to specify the layout of multiple plots.
Extension is an option for various polynomial and algebraic functions that specifies generators for the algebraic number field to be used.
MapAt
(Built-in Mathematica Symbol) MapAt[f, expr, n] applies f to the element at position n in expr. If n is negative, the position is counted from the end. MapAt[f, expr, {i, j, ...}] applies f to the part of ...
ZTest
(Built-in Mathematica Symbol) ZTest[data] tests whether the mean of the data is zero. ZTest[{data_1, data_2}] tests whether the means of data_1 and data_2 are equal.ZTest[dspec, \[Sigma]] tests for zero ...
Testing and searching for elements of lists. "Getting Pieces of Lists" discusses how to extract pieces of lists based on their positions or indices. Mathematica also has ...
Mathematica provides a variety of functions for manipulating strings. Most of these functions are based on viewing strings as a sequence of characters, and many of the ...
Widely recognized as the world's most powerful list manipulation language, Mathematica added in Version 6.0 a number of important new functions. Each function was carefully ...
Quotient[m, n] gives the integer quotient of m and n. Quotient[m, n, d] uses an offset d.