The CCompilerDriver package lets you work with C compilers that are installed on your computer. It lets you build executables, libraries, and object files from C source code. ...
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 ...
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.
KirchhoffMatrix[g] gives the Kirchhoff matrix of the graph g.
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 ...
Riffle
(Built-in Mathematica Symbol) Riffle[{e_1, e_2, ...}, x] gives {e_1, x, e_2, x, ...}. Riffle[{e_1, e_2, ...}, {x_1, x_2, ...}] gives {e_1, x_1, e_2, x_2, ...}. Riffle[list, x, n] yields a list in which ...
Unequal
(Built-in Mathematica Symbol) lhs != rhs or lhs != rhs returns False if lhs and rhs are identical.