Mathematica 9 is now available

PowerExpand

Usage

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


Notes

• Example: PowerExpand[Sqrt[x y]]LongRightArrow .
PowerExpand converts (a b)^c to a^c b^c, whatever the form of c is.
PowerExpand also converts (a^b)^c to a^(b c), whatever the form of c is.
• The transformations made by PowerExpand are correct in general only if c is an integer or a and b are positive real numbers.
PowerExpand converts Log[a^b] to b Log[a].
• New in Version 2; modified in 3.


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.