EvaluationObject[n, expr, ...] represents an expression submitted for evaluation on any available parallel kernel.
MomentEvaluate[mexpr, dist] evaluates formal moments in the moment expression mexpr on the distribution dist.MomentEvaluate[mexpr, list] evaluates formal moments and formal ...
InitializationCell is an option for Cell that specifies whether the cell should be tagged to be evaluated by the Mathematica kernel when the notebook that contains it is ...
Quiet
(Built-in Mathematica Symbol) Quiet[expr] evaluates expr "quietly", without actually outputting any messages generated.Quiet[expr, {s_1::t_1, s_2::t_2, ...}] quietens only the specified messages during ...
In calculus, infinite sums and products can pose a challenge to manipulate by hand. Mathematica can evaluate a huge number of different types of sums and products with ease.
NotebookEvaluate[notebook] evaluates all the evaluatable cells in notebook.
MATHEMATICA HOW TO Tutorials » Options for Cells Doing Computations in Notebooks See Also » InitializationCell More About » Evaluation Options in Notebooks Tokens Related to ...
EvaluatorNames is a global option that specifies the kernels that are currently configured to perform evaluations.
PrecisionGoal is an option for various numerical operations which specifies how many effective digits of precision should be sought in the final result.
ScheduledTaskObject[id, expr, spec, ...] is a task object specifying future evaluation of expr according to spec.