expreduce
expreduce copied to clipboard
Expressions do not know when to re-evaluate.
Example:
In[1]:= a = b^2;
In[2]:= b=5;
In[3]:= a
Out[3]= b^2