FindArgMax[f, x] gives the position x_max of a local maximum of f.FindArgMax[f, {x, x_0}] gives the position x_max of a local maximum of f, found by a search starting from ...
FindArgMin[f, x] gives the position x_min of a local minimum of f.FindArgMin[f, {x, x_0}] gives the position x_min of a local minimum of f, found by a search starting from ...
Widget["WizardPage"] represents a page of a wizard.
GraphDistance[g, i, j] gives the distance from vertex i to vertex j in the graph g.
Plots of data based on measurements often have vertical lines or intervals centered at the points to indicate the associated error estimates. Mathematica lets you add such ...
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].
JordanModelDecomposition[ss] yields the Jordan decomposition of a StateSpaceModel object ss. The result is a list {s, jc} where s is a similarity matrix and jc is the Jordan ...
NestList[f, expr, n] gives a list of the results of applying f to expr 0 through n times.
Pane
(Built-in Mathematica Symbol) Pane[expr] displays as a pane containing expr. Pane[expr, w] makes the pane be w printer's points wide, linewrapping the contents if necessary.Pane[expr, {w, h}] makes the ...
Rasterize[g] returns a rasterized graphic of g. Rasterize[g, elem] gives the element elem associated with the rasterized form of g.