|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
$Post
$Post
is a global variable whose value, if set, is applied to every output expression.
ExamplesExamplesopen allclose all
Basic Examples (3)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]:= |
New in 1
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
