lcfe.cbl: Calculates the logarithmic derivative of Cylindrical Bessel...

Description Usage Arguments Details Value See Also

Description

Calculates the logarithmic derivative of Cylindrical Bessel Functions.

Usage

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

Arguments

n

The order of D_n(x).

x

The argument of D_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 D_n(x)=J_{n}'(x)/J_{n}(x). By downward recurrence one can calculate D_n.

Value

The value of D_n for complex arguments.

See Also

lcfa.cyl, lcfe.cbd.


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