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 ...
DiscreteRatio[f, i] gives the discrete ratio f(i + 1)/f(i).DiscreteRatio[f, {i, n}] gives the multiple discrete ratio.DiscreteRatio[f, {i, n, h}] gives the multiple discrete ...
Head
(Built-in Mathematica Symbol) Head[expr] gives the head of expr.
Mathematica represents vectors as lists, and never needs to distinguish between row and column cases. Vectors in Mathematica can always mix numbers and arbitrary symbolic or ...
SymbolName[symbol] gives the name of the specified symbol.
Trig
(Built-in Mathematica Symbol) Trig is an option for various polynomial manipulation functions that specifies whether trigonometric functions should be treated like polynomial elements.
Information[symbol] prints information about a symbol.
General issues about the internal implementation of Mathematica are discussed in "The Internals of Mathematica". Given here are brief notes on particular features. These ...
ContinuedFraction[x, n] generates a list of the first n terms in the continued fraction representation of x. ContinuedFraction[x] generates a list of all terms that can be ...
ProbabilityDistribution[pdf, {x, x_min, x_max}] represents the continuous distribution with PDF pdf in the variable x where the pdf is taken to be zero for x < x_min and x > ...