Matrices are represented in Mathematica with lists. They can be entered directly with the { } notation, constructed from a formula, or imported from a data file. Mathematica ...
QBinomial[n, m, q] gives the q-binomial coefficient (n; m)_q.
It is often useful to be able to detect and precisely locate a change in a differential system. For example, with the detection of a singularity or state change, the ...
MatrixExp[m] gives the matrix exponential of m. MatrixExp[m, v] gives the matrix exponential of m applied to the vector v.
ParallelMap[f, expr] applies f in parallel to each element on the first level in expr.ParallelMap[f, expr, levelspec] applies f in parallel to parts of expr specified by ...
A typical Mathematica notebook containing text, graphics, and Mathematica expressions. The brackets on the right indicate the extent of each cell. Mathematica notebooks are ...
A body that absorbs all radiation incident on it is called an ideal black body. This package provides functions giving the basic properties of black-body radiation at a ...
Every version of Mathematica is subjected to a large amount of testing before it is released. The vast majority of this testing is done by an automated system that is written ...
Mathematica is one of the more complex software systems ever constructed. It is built from several million lines of source code, written in C/C++, Java and Mathematica. The C ...