VectorPlot3D[{v_x, v_y, v_z}, {x, x_min, x_max}, {y, y_min, y_max}, {z, z_min, z_max}] generates a 3D vector plot of the vector field {v_x, v_y, v_z} as a function of x, y, ...
GeneralMiniMaxApproximation[{f_x, f_y}, {t, {t_0, t_1}, m, n}, x] finds the rational polynomial function of x, with numerator order m and denominator order n, that gives a ...
Mathematica allows any front end command to be executed programmatically from within the kernel by sending an appropriate front end token. There are tokens for all standard ...
PascalDistribution[n, p] represents a Pascal distribution with parameters n and p.
DiscreteShift[f, i] gives the discrete shift DiscreteShift[f(i), i] == f(i + 1). DiscreteShift[f, {i, n}] gives the multiple shift \[DiscreteShift]_i^n\ f.DiscreteShift[f, ...
HoldRest is an attribute which specifies that all but the first argument to a function are to be maintained in an unevaluated form.
Mathematica provides tools to simplify a diverse range of mathematical expressions to make them easier to understand, or more efficient to compute.
GainMargins[sys] gives the gain margins of the linear time-invariant system sys.
DamerauLevenshteinDistance[u, v] gives the Damerau\[Dash]Levenshtein distance between strings or vectors u and v.