User Portlet
| Discussions |
|---|
| I'm not certain this will do everything you are hoping for, but perhaps it will help In[1]:= 2 + x^2 - 4 y + C[1] + C[2] + C[3] /. C[1] + C[2] + C[3] -> C[4] Out[1]= 2 + x^2 - 4 y + C[4] In[2]:= 2 + x^2 - 4 y + C[1] + C[2] +... |