The Combine Command

The Combine command is used most often when working on expressions that contain a large number of parameters. It can isolate a few parameters from the rest of the expression so that it's easier to manipulate the isolated terms. The terms that are combined are place inside of the Parentheses object.

Most commonly the Combine command is used on added terms. The examples included here will all use addition, but the Combine command can be used on any monoid (Mult, And, Or, etc.).

To use the Combine command, highlight more than one of the added parameters. For example, if you use the Combine command on the expression:

you will get

The combine command is useful when working on large expressions and, for example, when you only want to factor something from a few of the terms in an expression.

When you are finished using the Combine command, the parentheses can be removed using the Remove parentheses command (keystroke is ")") or by using the Convert command and selecting Remove parentheses.