combine/icombine
combine integer powers in a product
Calling Sequence
Parameters
Description
Examples
combine(e, 'icombine')
e
-
expression
The combine(e,'icombine') function tries to combine products of powers of integers in such a way that the bases of the powers in the resulting product have no common factors. It does not, however, necessarily rewrite a product of integer powers as a product of prime powers.
More generally, powers of rational numbers are rewritten in such a way that if abe and cdf are two distinct rational powers in the resulting product, with a,b,c,d∈ℤ and gcda,b=1=gcdc,d, then gcdab,cd=1.
In addition, the following simplifications are performed:
Nested powers abc are combined as abc if a∈ℚ and one of the following conditions is satisfied:
b∈ℚ and a<0or−1<b<1
c∈ℤ
Powers whose exponents are rational multiples of each other are combined into a single power, whose base may be a rational number greater than 1.
Every rational base b>1 is made power-free, i.e., if there is a rational number a>1 and a positive integer n satisfying an=b, then n=1 and a=b.
Unless there is only a single power of a rational number and that base is negative, powers of −1 are pulled out of all rational powers.
combine2a2b,power
2a+b
combine2a2b,icombine
combine4a6b12c5d,power
4a6b12c5d
combine4a6b12c5d,icombine
22a+b+2c3b+c5d
combine4a6b12c5dF6a30c7e,icombine
22a+b+2c3b+c5dF5c6a+c7e
combine4a6a152b,icombine
32−a+b5b
combine8124sqrt2a,icombine
2−12−a2
combinesqrt22−a23a3,icombine
92−12+a2
combine144a25a,icombine
1252a
combine−22a−13−a,icombine
−1a12a
See Also
combine
combine/power
Download Help Document