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 ...
PairedHistogram[{x_1, x_2, ...}, {y_1, y_2, ...}] plots a paired histogram of the values x_i and y_i.PairedHistogram[{x_1, x_2, ...}, {y_1, y_2, ...}, bspec] plots a paired ...
CreateNotationRules is a possible value for the Action option to Notation, Symbolize and InfixNotation.
RemoveNotationRules is a possible value for the Action option to Notation, Symbolize and InfixNotation.
Built into Mathematica is the world's largest collection of both numerical and symbolic equation solving capabilities—with many original algorithms, all automatically ...
C
(Built-in Mathematica Symbol) C[i] is the default form for the i\[Null]\[Null]^th parameter or constant generated in representing the results of various symbolic computations.
GraphPlot[{v i 1 -> v j 1, v i 2 -> v j 2, ...}] generates a plot of the graph in which vertex v_ik is connected to vertex v_jk.GraphPlot[{{v i 1 -> v j 1, lbl_1}, ...}] ...
PermutationReplace[expr, perm] replaces each part in expr by its image under the permutation perm.PermutationReplace[expr, gr] returns the list of images of expr under all ...
Max
(Built-in Mathematica Symbol) Max[x_1, x_2, ...] yields the numerically largest of the x_i. Max[{x_1, x_2, ...}, {y_1, ...}, ...] yields the largest element of any of the lists.
Exponent[expr, form] gives the maximum power with which form appears in the expanded form of expr. Exponent[expr, form, h] applies h to the set of exponents with which form ...