2.23.6
Expand powers :
powexpand
powexpand
rewrites a power of sum as a product of powers.
Input :
powexpand(a
^
(x+y))
Output :
a
^
x*a
^
y