MexicanHatWavelet[] represents the Mexican hat wavelet of width 1.MexicanHatWavelet[\[Sigma]] represents the Mexican hat wavelet of width \[Sigma].
MeyerWavelet[] represents the Meyer wavelet of order 3.MeyerWavelet[n] represents the Meyer wavelet of order n evaluated on the equally spaced interval {-10, ...
Options
(Built-in Mathematica Symbol) Options[symbol] gives the list of default options assigned to a symbol. Options[expr] gives the options explicitly specified in a particular expression such as a graphics ...
PaulWavelet[] represents a Paul wavelet of order 4.PaulWavelet[n] represents a Paul wavelet of order n.
PolynomialRemainder[p, q, x] gives the remainder from dividing p by q, treated as polynomials in x.
PropertyList[{obj, item}] lists the properties available for item in obj.
RandomInteger[{i_min, i_max}] gives a pseudorandom integer in the range {i_min, i_max}. RandomInteger[i_max] gives a pseudorandom integer in the range {0, ...
ReflectionMatrix[v] gives the matrix that represents reflection of points in a mirror normal to the vector v.
RootOfUnityQ[a] yields True if a is a root of unity, and yields False otherwise.
SatisfiabilityInstances[bf] attempts to find a choice of variables that makes the Boolean function bf yield True.SatisfiabilityInstances[expr, {a_1, a_2, ...}] attempts to ...