NArgMax
(Built-in Mathematica Symbol) NArgMax[f, x] gives a position x_max at which f is numerically maximized.NArgMax[f, {x, y, ...}] gives a position {x_max, y_max, ...} at which f is numerically ...
NMaxValue[f, x] gives the maximum value of f with respect to x.NMaxValue[f, {x, y, ...}] gives the maximum value of f with respect to x, y, .... NMaxValue[{f, cons}, {x, y, ...
NMinValue[f, x] gives the minimum value of f with respect to x.NMinValue[f, {x, y, ...}] gives the minimum value of f with respect to x, y, .... NMinValue[{f, cons}, {x, y, ...
TrigExpand[expr] expands out trigonometric functions in expr.
Series
(Built-in Mathematica Symbol) Series[f, {x, x_0, n}] generates a power series expansion for f about the point x = x_0 to order (x - x_0) n. Series[f, {x, x_0, n_x}, {y, y_0, n_y}, ...] successively finds ...
MathML is an XML-based markup language for representing mathematics. It was developed by the W3C to provide an effective way to display math in web pages and facilitate the ...
For many kinds of practical calculations, the only operations you will need to perform on polynomials are essentially structural ones. If you do more advanced algebra with ...
ButcherAlpha
(Numerical Differential Equation Analysis Package Symbol) ButcherAlpha[tree] gives the number of ways of labeling the vertices of tree with a totally ordered set of labels such that if (m, n) is an edge, then m < n.
ButcherGamma
(Numerical Differential Equation Analysis Package Symbol) ButcherGamma[tree] gives the density of tree.
ButcherHeight
(Numerical Differential Equation Analysis Package Symbol) ButcherHeight[tree] gives the height of tree.