GroupElements[group] returns the list of all elements of group.GroupElements[group, {r_1, ..., r_k}] returns the elements numbered r_1, ..., r_k in group in the standard ...
GroupMultiplicationTable[group] gives the multiplication table of group as an array.
HaarWavelet[] represents a Haar wavelet.
KalmanEstimator[ss, {w, v}] constructs the Kalman estimator for the StateSpaceModel object ss with process and measurement noise covariance matrices w and v. ...
Blend
(Built-in Mathematica Symbol) Blend[{col_1, col_2}, x] gives a color obtained by blending a fraction 1 - x of color col_1 and x of color col_2.Blend[{col_1, col_2, col_3, ...}, x] linearly interpolates ...
DateList[] gives the current local date and time in the form {year, month, day, hour, minute, second}. DateList[time] gives a date list corresponding to an AbsoluteTime ...
IrreduciblePolynomialQ[poly] tests whether poly is an irreducible polynomial over the rationals.IrreduciblePolynomialQ[poly, Modulus -> p] tests whether poly is irreducible ...
LevyDistribution[\[Mu], \[Sigma]] represents a Lévy distribution with location parameter \[Mu] and dispersion parameter \[Sigma].
Line
(Built-in Mathematica Symbol) Line[{pt_1, pt_2, ...}] is a graphics primitive that represents a line joining a sequence of points. Line[{{pt_11, pt_12, ...}, {pt_21, ...}, ...}] represents a collection of ...
Point
(Built-in Mathematica Symbol) Point[coords] is a graphics primitive that represents a point. Point[{coords_1, coords_2, ...}] represents a collection of points.