Bessel:
Filter:
MathLib/Classes (extension) | Math | Libraries > MathLib > Polynomials & Special

Bessel
ExtensionExtension

Bessel functions of the first kind

Description

Calculates Bessel Functions of the First Kind. This creates a table, so looking up many different n values is efficient.

Part of MathLib, a diverse library of mathematical functions.

NOTE: The functionality found here may be superseded by Bessel Functions

Class Methods

.new

Create new Bessel functions, for x All calculations are for J[n](x)

Instance Methods

.j0

Returns 0th order Bessel function of the first kind

.j1

Returns 1st order Bessel function of the first kind

.jn

Calculate nth order Bessel function of the first kind

.x

Returns x

Authors

Charles C Hutchins, 2009.