|
Further Examples: PowerExpand
Mathematica does not expand powers into products since the "law of powers" is not valid for all possible values of a and b.
In[1]:= 
Out[1]= 
In[2]:= 
Out[2]= 
In[3]:= 
Out[3]= 
PowerExpand does such expansions with no guarantee that the resulting expression is mathematically equivalent to the original expression for all values of the variables.
In[4]:= 
Out[4]= 
In[5]:= 
Out[5]= 
|