QPolyGamma[z, q] gives the q-digamma function \[Psi]_q (z).QPolyGamma[n, z, q] gives the n\[Null]^th derivative of the q-digamma function \[Psi]_q^(n)(z).
The built-in functions in Mathematica operate in a wide variety of ways. But many of the mathematical functions share an important approach: they are set up so as to reduce ...
The syntax of the Mathematica language is unique among modern languages in allowing not just ordinary ASCII characters, but also a variety of special characters that greatly ...
LimitsPositioning is an option for UnderoverscriptBox and related boxes that specifies whether to change the positioning of underscripts and overscripts in the way ...
DifferenceDelta[f, i] gives the discrete difference \[DifferenceDelta]_i f = f(i + 1) - f(i).DifferenceDelta[f, {i, n}] gives the multiple difference DifferenceDelta[f, {i, ...
Binomial[n, m] gives the binomial coefficient ( { {n}, {m} } ).
BiorthogonalSplineWavelet[] represents a biorthogonal spline wavelet of order 4 and dual order 2.BiorthogonalSplineWavelet[n, m] represents a biorthogonal spline wavelet of ...
ReverseBiorthogonalSplineWavelet[] represents a reverse biorthogonal spline wavelet of order 4 and dual order 2.ReverseBiorthogonalSplineWavelet[n, m] represents a reverse ...
LucasL
(Built-in Mathematica Symbol) LucasL[n] gives the Lucas number L_n.LucasL[n, x] gives the Lucas polynomial L_n (x).
Play
(Built-in Mathematica Symbol) Play[f, {t, t_min, t_max}] creates an object that plays as a sound whose amplitude is given by f as a function of time t in seconds between t_min and t_max.