ExpandAll
Usage
• ExpandAll[expr]用来展开expr的任意部分中所有的乘积和整数次幂
• ExpandAll[expr, patt] 用来防止展开expr中不包含与模式 patt匹配的项的部分.
Notes
• ExpandAll[expr]有效地把 Expand和 ExpandDenominator 映射到expr的每一部分.
Further Examples
Members of the expansion family.
In[1]:=
|
In[2]:=
|
Out[2]=
|
In[3]:=
|
Out[3]=
|
In[4]:=
|
Out[4]=
|
In[5]:=
|
Out[5]=
|
In[6]:=
|
|