ComposeSeries
Usage
• ComposeSeries[ , , ... ]组成几个幂序列。
Notes
• ComposeSeries[ , , ... ]用  有效的替换  中的变量。 • 只有当第一个序列展开的点相应于在它的展开点的第二个序列的极限值时,组成的两个序列才是有意义的。 • 参见Mathematica全书: 节 3.6.4.
Further Examples
This gives the series for the sine function about up to the  order term.
In[1]:=
|
Out[1]=
|
Here is a series involving cosine.
In[2]:=
|
Out[2]=
|
This gives the composition of the two series.
In[3]:=
|
Out[3]=
|
In[4]:=
|
|