FromContinuedFraction
Usage
• FromContinuedFraction[list] 从它的紧接的分数部分构造一个数。
Notes
• FromContinuedFraction[ , , , ... ] 返回  . •  可以是符号. • FromContinuedFraction 起ContinuedFraction的逆的作用。
Further Examples
Here is a continued fraction and its value as an ordinary fraction.
In[1]:=
|
Out[1]=
|
This list represents the continued fraction.
In[2]:=
|
Out[2]=
|
FromContinuedFraction converts the list representation back to a fraction.
In[3]:=
|
Out[3]=
|
The sublist here represents a repeated part.
In[4]:=
|
This list represents a quadratic number.
In[5]:=
|
Out[5]=
|
|