Agglomerate[{e_1, e_2, ...}] gives an hierarchical clustering of the elements e_1, e_2, ....Agglomerate[{e_1 -> v_1, e_2 -> v_2, ...}] represents e_i with v_i in each ...
By far the largest release since Version 1.0 in 1988, Version 6.0 added a remarkable breadth of new functionality. As well as introducing several major new fundamental ...
The release of Mathematica 6 in May 2007 represented a revolution in the development of Mathematica. Building on this revolution, Mathematica 7 not only greatly broadens and ...
FASTA
(Mathematica Import/Export Format) MIME type: chemical/seq-aa-fasta, chemical/seq-na-fasta FASTA molecular biology format. Standard format for storing and exchanging DNA and protein sequences. Plain text ...
AccountingForm[expr] prints with all numbers in expr given in standard accounting notation. AccountingForm[expr, n] prints with numbers given to n-digit precision.
CoefficientArrays[polys, vars] gives the arrays of coefficients of the variables vars in the polynomials polys.
DictionaryLookup[patt] finds all words in an English dictionary that match the string pattern patt.DictionaryLookup[patt, n] gives only the first n words ...
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 ...
FractionalPart[x] gives the fractional part of x.