HypergeometricPFQ[{a_1, ..., a_p}, {b_1, ..., b_q}, z] is the generalized hypergeometric function \[Null]_p F_q (a; b; z).
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, ...
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.
GraphData[name] gives a graph with the specified name.GraphData[name, " property"] gives the value for the specified property for a named graph.GraphData["class"] gives a ...
DirichletCharacter[k, j, n] gives the Dirichlet character \[Chi] {k, j} (n) with modulus k and index j.
Mathematica provides built-in support for both programmatic and interactive image processing, fully integrated with Mathematica's powerful mathematical and algorithmic ...
ContinuousWaveletTransform[{x_1, x_2, ...}] gives the continuous wavelet transform of a list of values x_i.ContinuousWaveletTransform[data, wave] gives the continuous wavelet ...
Mathematica provides a broad range of powerful constructs for laying out content on a screen or page. They are designed to be immediately useful for the beginner, yet also ...
LiftingWaveletTransform[data] gives the lifting wavelet transform (LWT) of an array of data.LiftingWaveletTransform[data, wave] gives the lifting wavelet transform using the ...
Entropy
(Built-in Mathematica Symbol) Entropy[list] gives the base E information entropy of the values in list.Entropy[k, list] gives the base k information entropy.