Mathematica 9 is now available

FullSimplifyComplexExpand

PowerExpand

FilledSmallSquarePowerExpand[expr] expands all powers of products and powers.

FilledSmallSquare Example: PowerExpand[Sqrt[x y]] LongRightArrow.

FilledSmallSquarePowerExpand converts (a b)^c to a^c b^c, whatever the form of c is.

FilledSmallSquarePowerExpand 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.

FilledSmallSquarePowerExpand converts Log[a^b] to b Log[a].

FilledSmallSquare See The Mathematica Book: Section 1.4.5 and Section 3.3.1.

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

Further Examples

FullSimplifyComplexExpand



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.