Evaluate in Place evaluates a selection in place.
Evaluate in Subsession evaluates selected cells in a kernel dialog.
The following is the sequence of steps that Mathematica follows in evaluating an expression like h[e_1,e_2…]. Every time the expression changes, Mathematica effectively ...
"SubsessionEvaluateCells" is a front end token that evaluates the selected cells in a kernel subsession.
Evaluate Initialization Cells evaluates all initialization cells in the notebook.
The built-in Mathematica iteration functions such as Table and Sum evaluate their arguments in a slightly special way. When evaluating an expression like Table[f,{i,i_max}], ...
Evaluator is an option for objects such as Button, Dynamic, and Cell that gives the name of the kernel to use to evaluate their contents.
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.
Mathematica normally takes any expression it is given, and evaluates it as far as possible. But built into the Mathematica language is a collection of flexible primitives ...
Mathematica allows any front end command to be executed programmatically from within the kernel by sending an appropriate front end token. There are tokens for all standard ...