StemExponent is an option for StemLeafPlot which specifies the integer power of 10 to be used as the stem unit.
BoxesToSymbolicMathML[boxes] converts the Mathematica box structure, boxes, into a MathML-flavored SymbolicXML structure.
BooleanConvert[expr] converts the Boolean expression expr to disjunctive normal form.BooleanConvert[expr, form] converts the Boolean expression expr to the specified ...
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 ...
EdgeList[g] gives the list of edges for the graph g. EdgeList[g, patt] gives a list of edges that match the pattern patt.
ImageData[image] gives the array of pixel values in image.ImageData[image, " type"] gives the array of pixel values converted to the specified type.
KarhunenLoeveDecomposition[{a_1, a_2, ...}] gives the Karhunen\[Dash]Loeve transform {b_1, b_2, ...} of the numerical arrays {a_1, a_2, ...} and the transformation matrix m, ...
ToDiscreteTimeModel[sys, \[Tau]] gives the discrete-time approximation with sampling period \[Tau] of the continuous-time StateSpaceModel or TransferFunctionModel object ...
Finding lines that contain specified text. Here is a file containing some text. This returns a list of all the lines in the file containing the text is.
Mathematica provides a compact way of representing boxes in terms of strings. This is particularly convenient when you want to import or export specifications of boxes as ...