TrigExpand
Usage
• TrigExpand[expr]展开expr的三角函数。
Notes
• TrigExpand 对三角和双曲函数执行运算。 • TrigExpand分开出现在三角函数的参数中的和式与整数倍数,然后可能的话,使用三角恒等式展开三角函数为幂的和。
Further Examples
These use multiple-angle formulas to expand in terms of the smallest possible angles. In the second example there is substantial simplification.
In[1]:=
|
Out[1]=
|
In[2]:=
|
Out[2]=
|
In[3]:=
|
Out[3]=
|
In[4]:=
|
Out[4]=
|
TrigExpand also handles hyperbolic functions.
In[5]:=
|
Out[5]=
|
In[6]:=
|
Out[6]=
|
|