Combine - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

SolveTools

  

Combine

  

perform various combining of the expressions

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Combine(expr, options)

Parameters

expr

-

expression

options

-

(optional) one or more of 'ln', 'exp', or 'power'

Description

• 

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.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

See Also

exp

SolveTools

SolveTools[CancelInverses]

 


Download Help Document