|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
Interpretation
Interpretation[e, expr]
represents an object that 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.
Details and OptionsDetails and Options
- Interpretation[{vars}, e, expr] localizes variables like DynamicModule.
- 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.
- Interpretation[{vars}, e, expr] allows the following options, as in DynamicModule:
-
Deinitialization None an expression to evaluate when the Interpretation can no longer be displayed DynamicModuleValues Automatic dynamically updated data on variable values Initialization None an expression to evaluate when the Interpretation is first displayed UnsavedVariables {} variables whose values should not be saved
New in 6 | Last modified in 7
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
