MeyerWavelet[] represents the Meyer wavelet of order 3.MeyerWavelet[n] represents the Meyer wavelet of order n evaluated on the equally spaced interval {-10, ...
NHoldRest is an attribute which specifies that all but the first argument to a function should not be affected by N.
NMaximize[f, x] maximizes f numerically with respect to x.NMaximize[f, {x, y, ...}] maximizes f numerically with respect to x, y, .... NMaximize[{f, cons}, {x, y, ...}] ...
NMinimize[f, x] minimizes f numerically with respect to x.NMinimize[f, {x, y, ...}] minimizes f numerically with respect to x, y, .... NMinimize[{f, cons}, {x, y, ...}] ...
NoncentralStudentTDistribution[\[Nu], \[Delta]] represents a noncentral Student t distribution with \[Nu] degrees of freedom and noncentrality parameter \[Delta].
NotebookFind[notebook, data] sets the current selection in the specified notebook object to be the next occurrence of data. NotebookFind[notebook, data, Previous] sets the ...
NotebookPut[expr] creates a notebook corresponding to expr and makes it the currently selected notebook in the front end. NotebookPut[] creates a new empty ...
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.
OrderedQ[h[e_1, e_2, ...]] gives True if the e_i are in canonical order, and False otherwise.
PaletteNotebook[{cell_1, cell_2, ...}] represents a palette notebook that can be manipulated by the Mathematica front end.