SolveTools
Combine
perform various combining of the expressions
Calling Sequence
Parameters
Description
Examples
Combine(expr, options)
expr
-
expression
options
(optional) one or more of 'ln', 'exp', or 'power'
The Combine command combines expressions.
The Combine command performs the following transformations after calling SolveTools[CancelInverses] on the expr first.
If the option 'ln' is specified, the transformation is the following.
If the option 'exp' is specified, the transformations are the following.
If the option 'power' is specified, the transformations are the following.
The last transformation is only done if is already present.
In all of the previous transformations, i and j denote integers.
If no options are specified, all combinations are performed.
Note: Not all simplifications are valid everywhere. You should be aware of this when calling Combine.
See Also
exp
SolveTools[CancelInverses]
Download Help Document