Compile
(Built-in Mathematica Symbol) Compile[{x_1, x_2, ...}, expr] creates a compiled function that evaluates expr assuming numerical values of the x_i. Compile[{{x_1, t_1}, ...}, expr] assumes that x_i is of a ...
$DistributedContexts is the default value of the DistributedContexts option of functions such as ParallelTable and ParallelMap.
StruveH
(Built-in Mathematica Symbol) StruveH[n, z] gives the Struve function H n (z).
First
(Built-in Mathematica Symbol) First[expr] gives the first element in expr.
Last
(Built-in Mathematica Symbol) Last[expr] gives the last element in expr.
Finding singular values and norms of matrices. The singular values of a matrix m are the square roots of the eigenvalues of m.m^*, where * denotes Hermitian transpose. The ...
DistributedContexts is an option for various parallel computing functions that specifies which definitions for symbols appearing in an expression should be distributed to all ...
LogBarnesG[z] gives the logarithm of the Barnes G-function logG(z).
Evaluating integrals is much more difficult than evaluating derivatives. For derivatives, there is a systematic procedure based on the chain rule that effectively allows any ...
Starting in Version 7, Mathematica includes expression-to-speech functionality. In principle, any Mathematica expression can be translated in this way.