BDF
(Mathematica Import/Export Format) BDF physiological signal recordings format. Commonly used for the exchange and storage of medical time-series recordings. Application areas include electroencephalography, ...
PermutationCycles[perm] gives a disjoint cycle representation of permutation perm.
When Mathematica transforms an expression such as x+x into 2x, it is treating the variable x in a purely symbolic or formal fashion. In such cases, x is a symbol which can ...
MakeJavaObject[expr] constructs a new Java object whose "value" is expr.
Linear programming problems are optimization problems where the objective function and constraints are all linear. Mathematica has a collection of algorithms for solving ...
The Mathematica compiler can run computations in parallel. It does this by threading a compiled function over lists of data in parallel. A first step is to create a compiled ...
QBinomial[n, m, q] gives the q-binomial coefficient (n; m)_q.
Mathematica 6.0 fundamentally redefined Mathematica and introduced a major new paradigm for computation. Building on Mathematica's time-tested core symbolic architecture, ...
CInclude[header] is a symbolic representation of a preprocessor include statement.
Widget["List"] represents a list.