ContinuousWaveletTransform[{x_1, x_2, ...}] gives the continuous wavelet transform of a list of values x_i.ContinuousWaveletTransform[data, wave] gives the continuous wavelet ...
Unicode: 2194. Alias: Esc <-> Esc. Infix arrow operator. x ↔ y is by default interpreted as LeftRightArrow[x,y]. Used in mathematics for various notions of equivalence and ...
Unicode: 2237. Infix relational operator. x ∷ y is by default interpreted as Proportion[x,y]. Used historically to indicate equality; now used to indicate proportion.
Unicode: 2248. Alias: Esc ~~ Esc. Infix similarity operator. x ≈ y is by default interpreted as TildeTilde[x,y]. Used for various notions of approximate or asymptotic ...
CircularEmbedding[n] constructs a list of n points equally spaced on a circle. CircularEmbedding[g] embeds the vertices of g equally spaced on a circle.
QuantilePlot[list] generates a plot of quantiles of list against the quantiles of a normal distribution.QuantilePlot[dist] generates a plot of quantiles of the distribution ...
Mathematica provides built-in support for both programmatic and interactive image processing, fully integrated with Mathematica's powerful mathematical and algorithmic ...
The shooting method works by considering the boundary conditions as a multivariate function of initial conditions at some point, reducing the boundary value problem to ...
GeometricDistribution[p] represents a geometric distribution with probability parameter p.
AppendColumns, AppendRows, and BlockMatrix are available using the Mathematica kernel functions Join and ArrayFlatten. TakeRows, TakeColumns, TakeMatrix, and SubMatrix are ...