Array
(Built-in Mathematica Symbol) Array[f, n] generates a list of length n, with elements f[i]. Array[f, {n_1, n_2, ...}] generates an n_1*n_2*... array of nested lists, with elements f[i_1, i_2, ...]. ...
ComplexInfinity represents a quantity with infinite magnitude, but undetermined complex phase.
Cyclotomic[n, x] gives the n\[Null]^th cyclotomic polynomial in x.
DensityPlot[f, {x, x_min, x_max}, {y, y_min, y_max}] makes a density plot of f as a function of x and y.
DictionaryLookup[patt] finds all words in an English dictionary that match the string pattern patt.DictionaryLookup[patt, n] gives only the first n words ...
EdgeLabels is an option and property for Graph and related functions that specifies what labels and label positions should be used for edges.
ExpIntegralEi[z] gives the exponential integral function Ei(z).
FrameTicks is an option for 2D graphics functions that specifies tick marks for the edges of a frame.
GridLines is an option for two-dimensional graphics functions that specifies grid lines.
ImageHistogram[image] plots a histogram of the pixel levels for each channel in image.ImageHistogram[image, n] uses n levels for each channel.ImageHistogram[image, n, {min, ...