JacobiNS[u, m] gives the Jacobi elliptic function ns(u | m).
JacobiSC[u, m] gives the Jacobi elliptic function sc(u | m).
Max
(Built-in Mathematica Symbol) Max[x_1, x_2, ...] yields the numerically largest of the x_i. Max[{x_1, x_2, ...}, {y_1, ...}, ...] yields the largest element of any of the lists.
Multinomial[n_1, n_2, ...] gives the multinomial coefficient (n_1 + n_2 + ...)!/(n_1! n_2! ...).
There are two ways to use the functions in this package to place a legend in a graphic: the first can only be used as an option to the built-in functions Plot, ListPlot and ...
ArgMin
(Built-in Mathematica Symbol) ArgMin[f, x] gives a position x_min at which f is minimized.ArgMin[f, {x, y, ...}] gives a position {x_min, y_min, ...} at which f is minimized.ArgMin[{f, cons}, {x, y, ...}] ...
CDF
(Built-in Mathematica Symbol) CDF[dist, x] gives the cumulative distribution function for the symbolic distribution dist evaluated at x.CDF[dist, {x_1, x_2, ...}] gives the multivariate cumulative ...
CityData["name", " property"] gives the value of the specified property for the city with the specified name.CityData["name"] gives a list of the full specifications of ...
Histogram[{x_1, x_2, ...}] plots a histogram of the values x_i.Histogram[{x_1, x_2, ...}, bspec] plots a histogram with bin width specification bspec.Histogram[{x_1, x_2, ...
List
(Built-in Mathematica Symbol) {e_1, e_2, ...} is a list of elements.