Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Systems Interfaces & Deployment > Mathematica Sessions > Session Customization >

$Post

$Post
is a global variable whose value, if set, is applied to every output expression.
By default, $Post is not defined, meaning output comes directly from evaluation:
Set $Post to N so that all expressions are evaluated numerically after evaluation:
Restore $Post to the default:
Set $Post to Simplify so that symbolic simplification is tried on each output:
Restore $Post to the default:
By default, $Post is not defined, meaning output comes directly from evaluation:
In[1]:=
Click for copyable input
Out[1]=
 
Set $Post to N so that all expressions are evaluated numerically after evaluation:
In[1]:=
Click for copyable input
In[2]:=
Click for copyable input
Out[2]=
In[3]:=
Click for copyable input
Out[3]=
Restore $Post to the default:
In[4]:=
Click for copyable input
 
Set $Post to Simplify so that symbolic simplification is tried on each output:
In[1]:=
Click for copyable input
In[2]:=
Click for copyable input
Out[2]=
In[3]:=
Click for copyable input
Out[3]=
Restore $Post to the default:
In[4]:=
Click for copyable input
New in 1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team