Legacy Documentation

Mathematica® Teacher's Edition (2002)

This is documentation for an obsolete product.
Current products and services
 Documentation /  Mathematica Teacher's Edition /  Built-in Functions /  Algebraic Computation /  Formula Manipulation /

PowerExpand

FilledSmallSquare PowerExpand[expr] expands all powers of products and powers.

FilledSmallSquare Example: PowerExpand[Sqrt[x y]]LongRightArrow.
FilledSmallSquare PowerExpand converts (a b)^c to a^c b^c, whatever the form of c is.
FilledSmallSquare PowerExpand also converts (a^b)^c to a^(b c), whatever the form of c is.
FilledSmallSquare The transformations made by PowerExpand are correct in general only if c is an integer or a and b are positive real numbers.
FilledSmallSquare PowerExpand converts Log[a^b] to b Log[a].
FilledSmallSquare See The Mathematica Book on the web: Section 1.4.5 and Section 3.3.1.
FilledSmallSquare See also: Expand, Distribute, ComplexExpand, FullSimplify.