lcfe.sbi: Calculates the inverse of the ratio of Spherical Bessel...

Description Usage Arguments Details Value See Also

Description

Calculates the inverse of the ratio of Spherical Bessel Functions.

Usage

1
lcfe.sbi(n, x, NMAX = 2000, code = "C")

Arguments

n

The order of ρ_n(x).

x

The argument of ρ_n(x) of type complex.

NMAX

The maximum number of iterations.

code

Choice between C or native R code.

Details

Using Lentz method is possible to calculate the ratio ρ_n(x)=j_{n}(x)/j_{n+1}(x). By downward recurrence one can calculate 1/ρ_n, as shown in Barnett's paper.

Value

The value of 1/ρ_n for complex arguments.

See Also

lcfa.cyl, cfe.cbd.


wendellopes/rvswf documentation built on May 4, 2019, 4:19 a.m.