Learn R Programming

stepR (version 1.0-1)

BesselPolynomial: Bessel Polynomials

Description

Recursively compute coefficients of Bessel Polynomials.

Usage

BesselPolynomial(n, reverse = FALSE)

Arguments

n
order
reverse
whether to return the coefficients of a reverse Bessel Polynomial

Value

  • Returns the polynom's coefficients ordered increasing with the exponent, i.e. starting with the intercept, as for polyroot.

See Also

bessel, polyroot

Examples

Run this code
# 15 x^3 + 15 x^2 + 6 x + 1
BesselPolynomial(3)

Run the code above in your browser using DataLab