NArgMin
(Built-in Mathematica Symbol) NArgMin[f, x] gives a position x_min at which f is numerically minimized.NArgMin[f, {x, y, ...}] gives a position {x_min, y_min, ...} at which f is numerically ...
NeighborhoodGraph[g, v] gives the graph neighborhood vertex v in the graph g. NeighborhoodGraph[g, {a_1, a_2, ...}] gives the graph neighborhood of the a_i that can be ...
NevilleThetaC[z, m] gives the Neville theta function \[CurlyTheta]_c (z \[VerticalSeparator] m).
NHoldAll is an attribute which specifies that none of the arguments to a function should be affected by N.
NHoldRest is an attribute which specifies that all but the first argument to a function should not be affected by N.
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, ...
NMinValue[f, x] gives the minimum value of f with respect to x.NMinValue[f, {x, y, ...}] gives the minimum value of f with respect to x, y, .... NMinValue[{f, cons}, {x, y, ...
a ** b ** c is a general associative, but non-commutative, form of multiplication.
NormalizedSquaredEuclideanDistance[u, v] gives the normalized squared Euclidean distance between vectors u and v.
Nor
(Built-in Mathematica Symbol) Nor[e_1, e_2, ...] is the logical NOR function. It evaluates its arguments in order, giving False immediately if any of them are True, and True if they are all False.