KroneckerProduct[m_1, m_2, ...] constructs the Kronecker product of the arrays m_i.
In addition to providing a comprehensive environment for calculations and a programming language, Mathematica is also a system for representing and presenting scientific and ...
[AB04] Abell, M. L. and J. P. Braselton. Differential Equations with Mathematica. (3rd ed.) Elsevier Academic Press, 2004. [A89] Abramov, S. A. "Rational Solutions of Linear ...
ListPlot[{y_1, y_2, ...}] plots points corresponding to a list of values, assumed to correspond to x coordinates 1, 2, .... ListPlot[{{x_1, y_1}, {x_2, y_2}, ...}] plots a ...
Real32
(Mathematica Import/Export Format) Uniform sequence of IEEE single-precision numbers. Binary data format.
Real64
(Mathematica Import/Export Format) Uniform sequence of IEEE double-precision numbers. Binary data format.
AlgebraicUnitQ[a] yields True if a is an algebraic unit, and yields False otherwise.
ComplexityFunction is an option for Simplify and other functions which gives a function to rank the complexity of different forms of an expression.
ExampleData["type"] gives a list of names of examples of the specified type.ExampleData[{" type", " name"}] gives the default form of the named example of the specified ...
Parallelize[expr] evaluates expr using automatic parallelization.