There are some codes which compute the roots of
J_n(x), n > 0
I want to calculate the roots of:
J_n(x), n < 0
n
is a real number.
Is there some algorithm or yet better some Matlab code which does this.
There are some codes which compute the roots of
J_n(x), n > 0
I want to calculate the roots of:
J_n(x), n < 0
n
is a real number.
Is there some algorithm or yet better some Matlab code which does this.
In this paper there is an algorithm to calculate the N
first roots of Bessel function of the first kind. This works only if n > -1
in J_n(x)
.
The whole root calculation turns into an eigenvalue problem. The estimated errors have been calculated in the paper.