O
(Built-in Mathematica Symbol) O[x]^n represents a term of order x^n. O[x]^n is generated to represent omitted higher-order terms in power series. O[x, x_0]^n represents a term of order (x - x_0) n.
EllipticE[m] gives the complete elliptic integral E(m). EllipticE[\[Phi], m] gives the elliptic integral of the second kind E(\[Phi] \[VerticalSeparator] m).
PoissonConsulDistribution[\[Mu], \[Lambda]] represents a Poisson\[Dash]Consul distribution with parameters \[Mu] and \[Lambda].
BattleLemarieWavelet[] represents the Battle-Lemarié wavelet of order 3.BattleLemarieWavelet[n] represents the Battle-Lemarié wavelet of order n evaluated on equally spaced ...
HaarWavelet[] represents a Haar wavelet.
CoifletWavelet[] represents a Coiflet wavelet of order 2.CoifletWavelet[n] represents a Coiflet wavelet of order n.
The basis for a nonlinear conjugate gradient method is to effectively apply the linear conjugate gradient method, where the residual is replaced by the gradient. A model ...
PoissonDistribution[\[Mu]] represents a Poisson distribution with mean \[Mu].
Introduction to J/Link Calling Java from Mathematica Writing Java Programs That Use Mathematica
ContourPlot3D[f, {x, x_min, x_max}, {y, y_min, y_max}, {z, z_min, z_max}] produces a three-dimensional contour plot of f as a function of x, y, and z. ContourPlot3D[f == g, ...