Previous Up Next

5.24.6  Expanding powers: powexpand

The powexpand command rewrites a power of a sum as a product of powers; it is expexpand (see Section 5.24.2) with bases other than e.

Example.

Input:

powexpand(a^(x+y))

Output:

ax ay

Previous Up Next