Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Symbolic Execution History >

TraceScan

TraceScan[f, expr]
applies f to all expressions used in the evaluation of expr.
TraceScan[f, expr, form]
includes only those expressions which match form.
TraceScan[f, expr, s]
includes all evaluations which use transformation rules associated with the symbol s.
TraceScan[f, expr, form, fp]
applies f before evaluation and fp after evaluation to expressions used in the evaluation of expr.
  • All expressions are wrapped in HoldForm to prevent evaluation before f or fp are applied to them.
  • The function fp is given as arguments both the form before evaluation and the form after evaluation.
  • TraceScan[f, expr] returns the result of evaluating expr.
New in 2
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team