The Wolfram Workbench is a development environment for Mathematica. Some of its features include the following. The Workbench contains a number of useful features for working ...
AU
(Mathematica Import/Export Format) Registered MIME type: audio/basic AU audio format. Used for digital audio in computer and telecommunication systems and on the web. Supports a variety of audio codecs, ...
SND
(Mathematica Import/Export Format) Registered MIME type: audio/basic SND audio format. Used for digital audio in computer and telecommunication systems and on the web. Supports a variety of audio codecs, ...
XYZ
(Mathematica Import/Export Format) MIME type: chemical/x-xyz XMOL molecule model files. Used in cheminformatics applications and on the web for storing and exchanging 3D molecule models. Plain text tabular ...
DatePlus[date, n] gives the date n days after date.DatePlus[date, {n, " unit"}] gives the date n units after date.DatePlus[date, {{n_1, "unit_1"}, {n_2, "unit_2"}, ...}] ...
HessenbergDecomposition[m] gives the Hessenberg decomposition of a matrix m.
MatrixRank[m] gives the rank of the matrix m.
NestWhile[f, expr, test] starts with expr, then repeatedly applies f until applying test to the result no longer yields True. NestWhile[f, expr, test, m] supplies the most ...
ObservableDecomposition[ss] yields the observable decomposition of the StateSpaceModel object ss. The result is a list {s_o, ss_o} where s_o is the transformation matrix and ...
ParallelArray[f, n] generates in parallel a list of length n, with elements f[i], evaluated.ParallelArray[f, {n_1, n_2, ...}] generates in parallel an n_1*n_2*... array of ...