NevilleThetaD[z, m] gives the Neville theta function \[CurlyTheta]_d (z \[VerticalSeparator] m).
GatherBy[list, f] gathers into sublists each set of elements in list that gives the same value when f is applied.GatherBy[list, {f_1, f_2, ...}] gathers list into nested ...
ConstantArray[c, n] generates a list of n copies of the element c.ConstantArray[c, {n_1, n_2, ...}] generates an n_1*n_2*... array of nested lists containing copies of the ...
Level
(Built-in Mathematica Symbol) Level[expr, levelspec] gives a list of all subexpressions of expr on levels specified by levelspec. Level[expr, levelspec, f] applies f to the sequence of subexpressions.
PermutationList[perm] returns a permutation list representation of permutation perm.PermutationList[perm, len] returns a permutation list of length len.
WavelengthAbsorptionMap[wavelength_1, wavelength_2] generates a plot of the absorption map in the wavelength range between wavelength_1 and wavelength_2.
Mathematica supports industrial-strength automatic creation of full-featured web pages. Mathematica's unified symbolic architecture allows you to build up linked web page ...
Mathematica includes a variety of image segmentation techniques such as clustering, watershed, region growing, and level set as well as a rich set of functions for ...
GainMargins[sys] gives the gain margins of the linear time-invariant system sys.
List
(Built-in Mathematica Symbol) {e_1, e_2, ...} is a list of elements.