Building on Mathematica's unified symbolic architecture, Mathematica 7 introduces several major new integrated forms of data manipulation—including large-scale support for ...
Internal representations used by Mathematica. When you type input into Mathematica, a data structure is created in the memory of your computer to represent the expression you ...
The built-in functions in Mathematica operate in a wide variety of ways. But many of the mathematical functions share an important approach: they are set up so as to reduce ...
In just one Mathematica command, you can easily specify a calculation that is far too complicated for any computer to do. For example, you could ask for ...
$SharedFunctions is the list of functions currently being shared among parallel kernels.
$SharedVariables is the list of variables currently being shared among parallel kernels.
CDF
(Mathematica Import/Export Format) MIME types: application/vnd.wolfram.cdf, application/vnd.wolfram.cdf.text Wolfram Computable Document Format (CDF). Used as a deployment format for interactive output to ...
RuntimeOptions is an option for Compile that specifies runtime settings for the compiled function it creates.
$CompilationTarget gives the default value for the option CompilationTarget of Compile.
MapThread[f, {{a_1, a_2, ...}, {b_1, b_2, ...}, ...}] gives {f[a_1, b_1, ...], f[a_2, b_2, ...], ...}. MapThread[f, {expr_1, expr_2, ...}, n] applies f to the parts of the ...