DiscreteWaveletPacketTransform[data] gives the discrete wavelet packet transform (DWPT) of an array of data.DiscreteWaveletPacketTransform[data, wave] gives the discrete ...
DiscreteWaveletTransform[data] gives the discrete wavelet transform (DWT) of an array of data.DiscreteWaveletTransform[data, wave] gives the discrete wavelet transform using ...
FindShortestTour[{e_1, e_2, ...}] attempts to find an ordering of the e_i that minimizes the total distance on a tour that visits all the e_i once.
GraphicsGrid[{{g_11, g_12, ...}, ...}] generates a graphic in which the g_ij are laid out in a two-dimensional grid.
Outer
(Built-in Mathematica Symbol) Outer[f, list_1, list_2, ...] gives the generalized outer product of the list_i, forming all possible combinations of the lowest-level elements in each of them, and feeding ...
RiccatiSolve[{a, b}, {q, r}] gives the matrix x that is the stabilizing solution of the continuous algebraic Riccati equation ConjugateTranspose[a].x + x.a - ...
Style
(Built-in Mathematica Symbol) Style[expr, options] displays with expr formatted using the specified option settings. Style[expr, " style"] uses the option settings for the specified style in the current ...
TableForm[list] prints with the elements of list arranged in an array of rectangular cells.
Ordinary mathematical functions in Mathematica are always "listable", so that they are immediately applied in parallel across lists. Mathematica provides a wide variety of ...
CanberraDistance[u, v] gives the Canberra distance between vectors u and v.