Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Generalized Input >

Interpretation

Interpretation[e, expr]
represents an object which displays as e, but is interpreted as the unevaluated form of expr if supplied as input.
Interpretation[{x=x0, y=y0, ...}, e, expr]
allows local variables x, y, ... in e and expr.
  • Interpretation has attribute HoldAll, but evaluates e immediately after localizing variables. It makes expr be evaluated only when the Interpretation object is supplied as Mathematica input.
DeinitializationNonean expression to evaluate when the Interpretation can no longer be displayed
DynamicModuleValuesAutomaticdynamically updated data on variable values
InitializationNonean expression to evaluate when the Interpretation is first displayed
New in 6
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team