Previous Up Next

5.13.14  Regrouping expressions: regroup

The regroup command takes as parameter an expression.
regroup returns the expression with obvious simplifications.
Input:

regroup(x + 3 * x + 5 * 4 / x)

Output:

4*x+20/x

Previous Up Next