Zeros of Bessel functions J and Y #460
Labels
idea
Proposition of an idea and opening an issue to discuss it
topic: mathematics
linear algebra, sparse matrices, special functions, FFT, random numbers, statistics, ...
Description
A short description can be found at WolframMathWorld - Bessel Function Zeros.
Books:
Papers:
Prior Art
A thread at comp.lang.fortran suggests several good resources:
s17alf
orbessel_zeros
)Finally, the results of a non-exhaustive search for Bessel zero resources:
Related issues: #305, #179, #102
Since Fortran already supports Bessel functions
bessel_j0(x)
bessel_j1(x)
bessel_jn(n,x)
orbessel_jn(n1,n2,x)
bessel_y0(x)
bessel_y1(x)
bessel_yn(n,x)
orbessel_yn(n1,n2,x)
it would be nice to come up with a similar interface.
The text was updated successfully, but these errors were encountered: