Previous Up Next

10.3.6  Expanding powers

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

Example

powexpand(a^(x+y))
     
ax ay           

Previous Up Next