In mathematics, Lentz's algorithm is an algorithm to evaluate continued fractions, and was originally devised to compute tables of spherical Bessel functions. [1] [2]
The version usually employed now is due to Thompson and Barnett. [3]
The idea was introduced in 1973 by William J. Lentz [1] and was simplified by him in 1982. [4] Lentz suggested that calculating ratios of spherical Bessel functions of complex arguments can be difficult. He developed a new continued fraction technique for calculating the ratios of spherical Bessel functions of consecutive order. This method was an improvement compared to other methods because it started from the beginning of the continued fraction rather than the tail, had a built-in check for convergence, and was numerically stable. The original algorithm uses algebra to bypass a zero in either the numerator or denominator. [5] Simpler Improvements to overcome unwanted zero terms include an altered recurrence relation [6] suggested by Jaaskelainen and Ruuskanen in 1981 or a simple shift of the denominator by a very small number as suggested by Thompson and Barnett in 1986. [3]
This theory was initially motivated by Lentz's need for accurate calculation of ratios of spherical Bessel function necessary for Mie scattering. He created a new continued fraction algorithm that starts from the beginning of the continued fraction and not at the tail-end. This eliminates guessing how many terms of the continued fraction are needed for convergence. In addition, continued fraction representations for both ratios of Bessel functions and spherical Bessel functions of consecutive order themselves can be computed with Lentz's algorithm. [5] The algorithm suggested that it is possible to terminate the evaluation of continued fractions when is relatively small. [7]
Lentz's algorithm is based on the Wallis-Euler relations. If
etc., or using the big-K notation, if
is the th convergent to then
where and are given by the Wallis-Euler recurrence relations
Lentz's method defines
so that the th convergent is with and uses the recurrence relations
When the product approaches unity with increasing , it is hoped that has converged to . [8]
Lentz's algorithm has the advantage of side-stepping an inconvenience of the Wallis-Euler relations, namely that the numerators and denominators are prone to grow or diminish very rapidly with increasing . In direct numerical application of the Wallis-Euler relations, this means that , , , must be periodically checked and rescaled to avoid floating-point overflow or underflow. [8]
In Lentz's original algorithm, it can happen that , resulting in division by zero at the next step. The problem can be remedied simply by setting for some sufficiently small . This gives to within floating-point precision, and the product irrespective of the precise value of ε. Accordingly, the value of is also set to in the case of .
Similarly, if the denominator in is zero, then setting for small enough gives irrespective of the value of . [3] [8]
Lentz's algorithm was used widely in the late twentieth century. It was suggested that it doesn't have any rigorous analysis of error propagation. However, a few empirical tests suggest that it's at least as good as the other methods. [9] As an example, it was applied to evaluate exponential integral functions. This application was then called modified Lentz algorithm. [10] It's also stated that the Lentz algorithm is not applicable for every calculation, and convergence can be quite rapid for some continued fractions and vice versa for others. [11]
{{cite book}}
: CS1 maint: multiple names: authors list (link)