Basic Examples 
(2)
 

Find the repeated term in the expression
3
(a+b+c)
+
2
(a+b+c)
:
In[1]:=
result=
[◼]
SimplifyRepeatedSubexpressions
[
3
(a+b+c)
+
2
(a+b+c)
]
Out[1]=
{
2
$11
+
3
$11
,$11a+b+c}
Reconstruct the original expression from the decomposed form:
In[2]:=
ReplaceRepeated@@result
Out[2]=
2
(a+b+c)
+
3
(a+b+c)

Options 
(6)
 


Applications 
(1)
 


Properties and Relations 
(1)
 


Possible Issues 
(2)
 


Neat Examples 
(3)
 
