Previous Up Next

5.12.12 Regrouping expressions: regroup

The regroup command simplifies expressions.

Example

Input:

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

Output:

4 x+
20
x

Previous Up Next