SQLSetSavepoint[conn, name] creates a savepoint to be used as part of an SQL transaction.
Dynamic and Manipulate have holding attributes that are vital in making them work properly. However, those holding attributes can interfere with other structural operations ...
Ordering[list] gives the positions in list at which each successive element of Sort[list] appears. Ordering[list, n] gives the positions in list at which the first n elements ...
SinhIntegral[z] gives the hyperbolic sine integral function Shi(z).
Mathematica does operations like numerical integration very differently from the way it does their symbolic counterparts. When you do a symbolic integral, Mathematica takes ...
SetEdgeWeights[g] assigns random real weights in the range [0, 1] to edges in g. SetEdgeWeights[g, e] assigns edge weights to the edges in the edge list e. SetEdgeWeights[g, ...
Mathematica gives you the ability to fine-tune the level of detail for your plots. To get a rough sketch of a plot, you can tell Mathematica to plot fewer points. The more ...
DocumentNotebook[{cell_1, cell_2, ...}] represents a complete document notebook in the Mathematica front end.
NArgMax
(Built-in Mathematica Symbol) NArgMax[f, x] gives a position x_max at which f is numerically maximized.NArgMax[f, {x, y, ...}] gives a position {x_max, y_max, ...} at which f is numerically ...
NMaxValue[f, x] gives the maximum value of f with respect to x.NMaxValue[f, {x, y, ...}] gives the maximum value of f with respect to x, y, .... NMaxValue[{f, cons}, {x, y, ...