Less
(Built-in Mathematica Symbol) x < y yields True if x is determined to be less than y. x_1 < x_2 < x_3 yields True if the x_i form a strictly increasing sequence.
Limit
(Built-in Mathematica Symbol) Limit[expr, x -> x_0] finds the limiting value of expr when x approaches x_0.
Mean
(Built-in Mathematica Symbol) Mean[list] gives the statistical mean of the elements in list. Mean[dist] gives the mean of the symbolic distribution dist.
MeijerG
(Built-in Mathematica Symbol) MeijerG[{{a_1, ..., a_n}, {a n + 1, ..., a_p}}, {{b_1, ..., b_m}, {b m + 1, ..., b_q}}, z] is the Meijer G function G_p q^m n(z \[VerticalSeparator] {{a_1, ..., a_p}, {b_1, ...
Minors
(Built-in Mathematica Symbol) Minors[m] gives the minors of a matrix m. Minors[m, k] gives the k\[Null]\[Null]^th minors.
NestList[f, expr, n] gives a list of the results of applying f to expr 0 through n times.
Refine
(Built-in Mathematica Symbol) Refine[expr, assum] gives the form of expr that would be obtained if symbols in it were replaced by explicit numerical expressions satisfying the assumptions assum. ...
Re
(Built-in Mathematica Symbol) Re[z] gives the real part of the complex number z.
RootApproximant[x] converts the number x to one of the "simplest" algebraic numbers that approximates it well.RootApproximant[x, n] finds an algebraic number of degree at ...
SatisfiabilityCount[bf] counts the number of possible combinations of variable values that yield True when supplied as arguments to the Boolean function ...