Mathematica 9 is now available

Documentation / Mathematica / 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 Section 1.4.5 and Section 3.3.1.

FilledSmallSquare See also: Expand, Distribute, ComplexExpand, FullSimplify, FunctionExpand, Refine.

FilledSmallSquare New in Version 2; modified in 3.

Further Examples



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.