Mathematica 9 is now available

EvaluationMonitor

Usage

EvaluationMonitor is an option for various numerical computation functions that gives an expression to evaluate whenever functions derived from the input are evaluated numerically.


Notes

• The option setting is normally given as EvaluationMonitor :> expr. The :> is used instead of -> to avoid expr being immediately evaluated.
• Whenever expr is evaluated, all variables in the numerical computation are assigned their current values. Block[{ =  , ... }, expr] is effectively used.
• See also: StepMonitor, Sow, Print, Trace.
• New in Version 5.


Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.