User Portlet User Portlet

Discussions
Starting with: In[109]:= Exp[x] Exp[y] Out[109]= E^(x + y) I've tried the following (amongst others things) to return to the original form: In[110]:= ExpandAll[%] Out[110]= E^(x + y) In[111]:= Expand[%] Out[111]= E^(x + y) ...