Parallelization is an option for Compile that specifies whether it should create a compiled function that could run in parallel.
In doing many kinds of calculations, you need to evaluate expressions when variables take on particular values. In many cases, you can do this simply by applying ...
PossibleZeroQ[expr] gives True if basic symbolic and numerical methods suggest that expr has value zero, and gives False otherwise.
CompilationOptions is an option for Compile that specifies settings for the compilation process.
Functions for creating power series. Here is the power series expansion for exp(x) about the point x0 to order x^4. Here is the series expansion of exp(x) about the point ...
"How to" Topics Numbers Algebraic Calculations
The notion of expressions is a crucial unifying principle in Mathematica. It is the fact that every object in Mathematica has the same underlying structure that makes it ...
Find Selected Function opens documentation about the selected function.
DistributedContexts is an option for various parallel computing functions that specifies which definitions for symbols appearing in an expression should be distributed to all ...
$DistributedContexts is the default value of the DistributedContexts option of functions such as ParallelTable and ParallelMap.