DifferenceRoot[lde] represents a function that solves the linear difference equation specified by lde[a, n].
D
(Built-in Mathematica Symbol) D[f, x] gives the partial derivative \[PartialD]f/\[PartialD]x. D[f, {x, n}] gives the multiple derivative \[PartialD]^n f/\[PartialD]x^n. D[f, x, y, ...] differentiates f ...
EllipticK[m] gives the complete elliptic integral of the first kind K(m).
FindSequenceFunction[{a_1, a_2, a_3, ...}] attempts to find a simple function that yields the sequence a_n when given successive integer arguments.FindSequenceFunction[{{n_1, ...
FisherHypergeometricDistribution[n, n_succ, n_tot, w] represents a Fisher noncentral hypergeometric distribution.
ForAll
(Built-in Mathematica Symbol) ForAll[x, expr] represents the statement that expr is True for all values of x. ForAll[x, cond, expr] states that expr is True for all x satisfying the condition cond. ...
IntegerPart[x] gives the integer part of x.
JacobiDN[u, m] gives the Jacobi elliptic function dn(u | m).
KumaraswamyDistribution[\[Alpha], \[Beta]] represents a Kumaraswamy distribution with shape parameters \[Alpha] and \[Beta].
Limit
(Built-in Mathematica Symbol) Limit[expr, x -> x_0] finds the limiting value of expr when x approaches x_0.