DiscreteWaveletTransform[data] gives the discrete wavelet transform (DWT) of an array of data.DiscreteWaveletTransform[data, wave] gives the discrete wavelet transform using ...
Distribute[f[x_1, x_2, ...]] distributes f over Plus appearing in any of the x_i. Distribute[expr, g] distributes over g. Distribute[expr, g, f] performs the distribution ...
EdgeWeight is an option and property for Graph and related functions that specifies an edge weight.
Eliminate[eqns, vars] eliminates variables between a set of simultaneous equations.
EvaluatePacket[expr] is a MathLink packet requesting evaluation of expr.
ExpandAll[expr] expands out all products and integer powers in any part of expr. ExpandAll[expr, patt] avoids expanding parts of expr that do not contain terms matching the ...
FileNameDepth["file"] gives the number of path elements in the file name " file".
FilterRules[rules, patt] filters the list rules by picking out only those rules whose left-hand sides match patt.FilterRules[rules, {patt_1, patt_2, ...}] picks out rules ...
FindHamiltonianCycle[g] finds a Hamiltonian cycle in the graph g if one exists.
FindInstance[expr, vars] finds an instance of vars that makes the statement expr be True. FindInstance[expr, vars, dom] finds an instance over the domain dom. Common choices ...