JacobiAmplitude[u, m] gives the amplitude am(u \[VerticalSeparator] m) for Jacobi elliptic functions.
KleinInvariantJ[\[Tau]] gives the Klein invariant modular elliptic function J(\[Tau]).
LogGamma[z] gives the logarithm of the gamma function log \[CapitalGamma](z).
Multinomial[n_1, n_2, ...] gives the multinomial coefficient (n_1 + n_2 + ...)!/(n_1! n_2! ...).
QBinomial[n, m, q] gives the q-binomial coefficient (n; m)_q.
Rationalize[x] converts an approximate number x to a nearby rational with small denominator. Rationalize[x, dx] yields the rational number with smallest denominator that lies ...
StandardForm[expr] prints as the standard Mathematica two-dimensional representation of expr.
Here is one way to get multiple minima: call NMinimize multiple times with different random seeds, which will cause different optimization paths to be taken. This defines a ...
CUDABoxFilter[img, r] gives the box filter of img with radius r.CUDABoxFilter[list, r] gives the box filter of list with radius r.CUDABoxFilter[mem, r] gives the box filter ...
The NumericalDifferentialEquationAnalysis package combines functionality for analyzing differential equations using Butcher trees, Gaussian quadrature, and Newton-Cotes ...