Mathematica 9 is now available

UpdateTraceDialog

Trace

FilledSmallSquareTrace[expr] generates a list of all expressions used in the evaluation of expr.

FilledSmallSquareTrace[expr, form] includes only those expressions which match form.

FilledSmallSquareTrace[expr, s] includes all evaluations which use transformation rules associated with the symbol s.

FilledSmallSquare In general, form in Trace[expr, form] is compared both with each complete expression that is evaluated, and with the tag associated with any transformation rule used in the evaluation.

FilledSmallSquareTrace[expr, lhs -> rhs] picks out expressions which match lhs, then replaces them with rhs in the list returned.

FilledSmallSquare All expressions in the list returned by Trace are wrapped in HoldForm.

FilledSmallSquareTrace returns a set of nested lists. Each individual list corresponds to a single evaluation chain, which contains the sequence of forms found for a particular expression. The list has sublists which give the histories of subsidiary evaluations.

FilledSmallSquare Example: Trace[2 3 + 4] LongRightArrow.

FilledSmallSquare The following options can be given:

FilledSmallSquare During the execution of Trace, the settings for the form argument, and for the options TraceOn and TraceOff, can be modified by resetting the values of the global variables $TracePattern, $TraceOn and $TraceOff, respectively.

FilledSmallSquare See The Mathematica Book: Section 2.5.4 and Section 2.5.10.

FilledSmallSquare See also: TraceDialog, TracePrint, TraceScan.

Further Examples

UpdateTraceDialog



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.