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, ...}] ...
FactorList[poly] gives a list of the factors of a polynomial, together with their exponents.
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 ...
Roots
(Built-in Mathematica Symbol) Roots[lhs == rhs, var] yields a disjunction of equations which represent the roots of a polynomial equation.
Using original algorithms developed at Wolfram Research, Mathematica has full coverage of all standard Bessel-related functions—evaluating every function to arbitrary ...
Built into Mathematica is the world's largest collection of both numerical and symbolic equation solving capabilities—with many original algorithms, all automatically ...
BernoulliB[n] gives the Bernoulli number B_n. BernoulliB[n, x] gives the Bernoulli polynomial B_n (x).
PowerExpand[expr] expands all powers of products and powers. PowerExpand[expr, {x_1, x_2, ...}] expands only with respect to the variables x_i.
Collect
(Built-in Mathematica Symbol) Collect[expr, x] collects together terms involving the same powers of objects matching x. Collect[expr, {x_1, x_2, ...}] collects together terms that involve the same powers ...