MeyerWavelet[] represents the Meyer wavelet of order 3.MeyerWavelet[n] represents the Meyer wavelet of order n evaluated on the equally spaced interval {-10, ...
Mathematica's unified architecture allows every aspect of Mathematica's interface to be controlled and specified programmatically using the symbolic constructs and functions ...
NameQ
(Built-in Mathematica Symbol) NameQ["string"] yields True if there are any symbols whose names match the string pattern given, and yields False otherwise.
ConnectedQ[g] yields True if undirected graph g is connected. If g is directed, the function returns True if the underlying undirected graph is connected. ConnectedQ[g, ...
ToAdjacencyMatrix[g] constructs an adjacency matrix representation for graph g. ToAdjacencyMatrix[g, EdgeWeight] returns edge weights as entries of the adjacency matrix with ...
DirichletL[k, j, s] gives the Dirichlet L-function L(\[Chi], s) for the Dirichlet character \[Chi](n) with modulus k and index j.
StarGraph[n] gives the star graph with n vertices S_n.
Documentation Center navigation shortcuts. Window cycling shortcuts. Scrolling shortcuts.
ListInterpolation[array] constructs an InterpolatingFunction object that represents an approximate function that interpolates the array of values given. ...
ShuffleExchangeGraph[n] returns the n-dimensional shuffle-exchange graph whose vertices are length n binary strings with an edge from w to Derivative[1][w] if (i) ...