MPS
(Mathematica Import/Export Format) MPS mathematical file format. De facto standard for specifying linear programming (LP) problems. Commonly used as input format by LP solvers. MPS is an acronym for ...
Log
(Built-in Mathematica Symbol) Log[z] gives the natural logarithm of z (logarithm to base e). Log[b, z] gives the logarithm to base b.
ArcCosh
(Built-in Mathematica Symbol) ArcCosh[z] gives the inverse hyperbolic cosine cosh -1 (z) of the complex number z.
ConditionalExpression[expr, cond] is a symbolic construct that represents the expression expr when the condition cond is True.
Together[expr] puts terms in a sum over a common denominator, and cancels factors in the result.
HeavisideLambda[x] represents the triangle distribution \[CapitalLambda](x) which is nonzero for |x| < 1.HeavisideLambda[x_1, x_2, ...] represents the multidimensional ...
HeavisidePi[x] represents the box distribution \[CapitalPi](x), equal to 1 for |x| < 1/2 and 0 for |x| > 1/2.HeavisidePi[x_1, x_2, ...] represents the multidimensional box ...
FindMinimum[f, x] searches for a local minimum in f, starting from an automatically selected point.FindMinimum[f, {x, x_0}] searches for a local minimum in f, starting from ...
FindMaximum[f, x] searches for a local maximum in f, starting from an automatically selected point.FindMaximum[f, {x, x_0}] searches for a local maximum in f, starting from ...