DOCUMENTATION CENTER SEARCH
Mathematica
>
Session Customization
>
Built-in
Mathematica
Symbol
The Main Loop
Mathematica Sessions
Tutorials »
|
$Pre
$PrePrint
CellEpilog
CellEvaluationFunction
See Also »
|
Mathematica Sessions
Mathematica System Setup
Session Customization
More About »
$Post
$Post
is a global variable whose value, if set, is applied to every output expression.
EXAMPLES
CLOSE ALL
Basic Examples
(3)
By default,
$Post
is not defined, meaning output comes directly from evaluation:
In[1]:=
Out[1]=
Set
$Post
to
N
so that all expressions are evaluated numerically after evaluation:
In[1]:=
In[2]:=
Out[2]=
In[3]:=
Out[3]=
Restore
$Post
to the default:
In[4]:=
Set
$Post
to
Simplify
so that symbolic simplification is tried on each output:
In[1]:=
In[2]:=
Out[2]=
In[3]:=
Out[3]=
Restore
$Post
to the default:
In[4]:=
SEE ALSO
$Pre
$PrePrint
CellEpilog
CellEvaluationFunction
TUTORIALS
The Main Loop
Mathematica
Sessions
MORE ABOUT
Mathematica Sessions
Mathematica System Setup
Session Customization
New in 1
© 2008 Wolfram Research, Inc.