Mathematica provides systemwide support for a large number of special characters. Each character has a name and a number of shortcut aliases. They are fully supported by the ...
LogLinearPlot[f, {x, x_min, x_max}] generates a log-linear plot of f as a function of x from x_min to x_max. LogLinearPlot[{f_1, f_2, ...}, {x, x_min, x_max}] generates ...
Many differential equations exhibit some form of stiffness, which restricts the step size and hence effectiveness of explicit solution methods. A number of implicit methods ...
IndependentEdgeSetQ[g, elist] yields True if the edge list elist is an independent edge set of the graph g, and False otherwise.
The arithmetic used by Mathematica is a mixture of variable-precision software arithmetic and whatever is provided by the manufacturer of the floating-point hardware (or the ...
ZipfDistribution[\[Rho]] represents a zeta distribution with parameter \[Rho].ZipfDistribution[n, \[Rho]] represents a Zipf distribution with range n.
DateListPlot[{{date_1, v_1}, {date_2, v_2}, ...}] plots points with values v i at a sequence of dates.DateListPlot[{v_1, v_2, ...}, datespec] plots points with dates at equal ...
Exact global optimization problems can be solved exactly using Minimize and Maximize. This computes the radius of the circle, centered at the origin, circumscribed about the ...
EulerPhi[n] gives the Euler totient function \[Phi](n).
Total
(Built-in Mathematica Symbol) Total[list] gives the total of the elements in list. Total[list, n] totals all elements down to level n. Total[list, {n}] totals elements at level n. Total[list, {n_1, n_2}] ...