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

Bessel : Object
ExtensionExtension

Bessel functions of the first kind
Source: Bessel.sc

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

Bessel.new(x)

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

Inherited class methods

Instance Methods

.j0

Returns 0th order Bessel function of the first kind

.j1

Returns 1st order Bessel function of the first kind

.jn(n)

Calculate nth order Bessel function of the first kind

.x

Returns x

Inherited instance methods

Authors

Charles C Hutchins, 2009.