Evaluate[expr] causes expr to be evaluated even if it appears as the argument of a function whose attributes specify that it should be held unevaluated.
EvaluatePacket[expr] is a MathLink packet requesting evaluation of expr.
The time it takes Mathematica to perform a computation is important information that can help you write efficient programs. Conveniently, you can display the time elapsed for ...
CellEvaluationFunction is an option to Cell which gives a function to be applied to every expression from the cell that is sent to the kernel for ordinary evaluation.
Debugger opens the control palette for the debugger.
EvaluationCompletionAction is an option for notebooks that specifies the action taken when an evaluation is completed.
Evaluate Cells sends the selected cells to the kernel for evaluation.
Evaluate Notebook evaluates all the evaluatable cells in the notebook.
PrivateEvaluationOptions -> {opt_1 -> val_1, opt_2 -> val_2} is an option for selections that specifies settings for evaluation-related suboptions.
The functions FindMinimum, FindMaximum, and FindRoot have the HoldAll attribute and so have special semantics for evaluation of their arguments. First, the variables are ...