GeometricDistribution[p] represents a geometric distribution with probability parameter p.
Rationals represents the domain of rational numbers, as in x \[Element] Rationals.
BooleanConvert[expr] converts the Boolean expression expr to disjunctive normal form.BooleanConvert[expr, form] converts the Boolean expression expr to the specified ...
Length
(Built-in Mathematica Symbol) Length[expr] gives the number of elements in expr.
Accuracy[x] gives the effective number of digits to the right of the decimal point in the number x.
$MachineEpsilon gives the difference between 1.0 and the next-nearest number representable as a machine-precision number.
Times
(Built-in Mathematica Symbol) x*y*z, x*y*z, or x y z represents a product of terms.
NDSolve
(Built-in Mathematica Symbol) NDSolve[eqns, y, {x, x_min, x_max}] finds a numerical solution to the ordinary differential equations eqns for the function y with the independent variable x in the range ...
Testing and searching for elements of lists. "Getting Pieces of Lists" discusses how to extract pieces of lists based on their positions or indices. Mathematica also has ...
LerchPhi[z, s, a] gives the Lerch transcendent \[CapitalPhi] (z, s, a).