Interval[{min, max}] represents the range of values between min and max. Interval[{min_1 , max_1}, {min_2 , max_2}, ...] represents the union of the ranges min_1 to max_1, ...
BZIP2
(Mathematica Import/Export Format) MIME type: application/x-bzip2. BZIP2 compression method and file format. General-purpose lossless compression method. Occasionally used for archiving data on Unix systems ...
QGamma
(Built-in Mathematica Symbol) QGamma[z, q] gives the q-gamma function \[CapitalGamma]_q (z).
RGBColor[red, green, blue] is a graphics directive specifying that objects that follow are to be displayed, if possible, in the color given. RGBColor[r, g, b, a] specifies ...
EulerPhi[n] gives the Euler totient function \[Phi](n).
MaxSteps is an option to functions like NDSolve that specifies the maximum number of steps to take in generating a result.
Table
(Built-in Mathematica Symbol) Table[expr, {i_max}] generates a list of i_max copies of expr. Table[expr, {i, i_max}] generates a list of the values of expr when i runs from 1 to i_max. Table[expr, {i, ...
Mathematica provides powerful functions for constructing lists of any size and structure.
ButcherPlot
(Numerical Differential Equation Analysis Package Symbol) ButcherPlot[tree] gives a plot of tree.ButcherPlot[{tree_1, tree_2, ...}] gives an array of plots of tree_1, tree_2, ....
Limit
(Built-in Mathematica Symbol) Limit[expr, x -> x_0] finds the limiting value of expr when x approaches x_0.