convergs
print convergents of continued fraction
Calling Sequence
Parameters
Description
convergs(listA, listB, n)
listA
-
list of numbers, or a function
listB
(optional) list of numbers
n
(optional) integer
The convergs function takes the continued fraction
and prints the successive convergents in the form n, nth convergent. The function convergs returns NULL.
listA is of the form and similarly listB is of the form where and correspond to the values in the displayed continued fraction.
If listB is of the form convergs may be omitted.
If a third argument n is present, convergs indicates the number of convergents to compute.
See Also
convert
convert/confrac
Download Help Document