StationaryWaveletPacketTransform[data] gives the stationary wavelet packet transform (SWPT) of an array of data.StationaryWaveletPacketTransform[data, wave] gives the ...
StringReverse["string"] reverses the order of the characters in " string".
ComplexExpand[expr] expands expr assuming that all variables are real. ComplexExpand[expr, {x_1, x_2, ...}] expands expr assuming that variables matching any of the x_i are ...
FourierDCT[list] finds the Fourier discrete cosine transform of a list of real numbers.FourierDCT[list, m] finds the Fourier discrete cosine transform of type m.
FourierDST[list] finds the Fourier discrete sine transform of a list of real numbers.FourierDST[list, m] finds the Fourier discrete sine transform of type m.
KarhunenLoeveDecomposition[{a_1, a_2, ...}] gives the Karhunen\[Dash]Loeve transform {b_1, b_2, ...} of the numerical arrays {a_1, a_2, ...} and the transformation matrix m, ...
Together[expr] puts terms in a sum over a common denominator, and cancels factors in the result.
Permutations are basic elements in algebra. They have a natural non-commutative product (as matrices do as well), and hence can encode highly nontrivial structures in a ...
DiagonalMatrix[list] gives a matrix with the elements of list on the leading diagonal, and 0 elsewhere. DiagonalMatrix[list, k] gives a matrix with the elements of list on ...
JacobiDS[u, m] gives the Jacobi elliptic function ds(u | m).