combine/power
combine terms with powers
Calling Sequence
Parameters
Description
Examples
combine(f, power, symbolic)
f
-
any expression
symbolic
(optional) literal name; allow formal symbolic manipulation of expressions
Expressions involving powers are combined by applying the following transformations:
xyxz⇒xy+z
xyz⇒xyz
ⅇxⅇy⇒ⅇx+y
ⅇxy⇒ⅇxy
−a⇒Ia
anbn⇒abn
for arbitrary x, y, z, integers a,b>1 , and rational n, when those transformations are valid.
If you specify the symbolic option, Maple performs formal symbolic manipulation of the expression f without regard to the analytical issue of branches for multi-valued functions.
Note: The sqrt command automatically applies a set of simplifications and normalizations that are not applied automatically by ^(1/2), thus the latter requires the use of combine.
combinex3xm−3,power
xm
combine3nm3n,power
3nm3n
assumem,integer
3nm~+n
combineexpx7expy,power
ⅇ7x+y
combine212312,power
6
−412
−4
combine−412,power
I4
combine−212312,power
I6
See Also
Arithmetic Operators
assume
combine
integer
type/integer
type/rational
Download Help Document