InverseJacobiNC[v, m] gives the inverse Jacobi elliptic function nc -1 (v \[VerticalSeparator] m).
InverseJacobiNS[v, m] gives the inverse Jacobi elliptic function ns -1 (v \[VerticalSeparator] m).
JacobiSymbol[n, m] gives the Jacobi symbol (n/m).
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, ...
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.
Matrix representations of graphs go back a long time and are still in some areas the only way to represent graphs. Adjacency matrices represent adjacent vertices and ...
ButcherAlpha
(Numerical Differential Equation Analysis Package Symbol) ButcherAlpha[tree] gives the number of ways of labeling the vertices of tree with a totally ordered set of labels such that if (m, n) is an edge, then m < n.
ButcherGamma
(Numerical Differential Equation Analysis Package Symbol) ButcherGamma[tree] gives the density of tree.