TrigFactorList
Usage
• TrigFactorList[expr]对expr中的三角函数分解因式,产生包含三角单项式和指数的列表的一个列表。
Notes
• TrigFactorList试图根据Sin, Cos, Sinh和Cosh,Tan的明确分解函数给出结果。 • 参见 Mathematica 全书 : 节 3.3.7.
Further Examples
First we expand a trigonometric polynomial.
In[1]:=
|
Out[1]=
|
This shows the list of the polynomial's factors paired up with their powers.
In[2]:=
|
Out[2]=
|
See the Further Examples for TrigFactor, FactorList.
|