ProductLog[z] gives the principal solution for w in z == w e^w. ProductLog[k, z] gives the k\[Null]^th solution.
Mathematica handles formulas of all types, from polynomials with millions of terms to complex combinations of higher mathematical functions. It provides powerful general ...
ArcCos
(Built-in Mathematica Symbol) ArcCos[z] gives the arc cosine cos -1 (z) of the complex number z.
Minimize[f, x] minimizes f with respect to x.Minimize[f, {x, y, ...}] minimizes f with respect to x, y, .... Minimize[{f, cons}, {x, y, ...}] minimizes f subject to the ...
UnitBox
(Built-in Mathematica Symbol) UnitBox[x] represents the unit box function, equal to 1 for |x| <= 1/2 and 0 otherwise.UnitBox[x_1, x_2, ...] represents the multidimensional unit box function, equal to 1 if ...
Converting to and from character codes. Mathematica assigns every character that can appear in a string a unique character code. This code is used internally as a way to ...