BesselJZeros
Real zeros of Bessel J functions
BesselYZeros
Real zeros of Bessel Y functions
Calling Sequence
Parameters
Description
Examples
BesselJZeros(v, n)
BesselJZeros(v, n1..n2)
BesselYZeros(v, n)
BesselYZeros(v, n1..n2)
v
-
algebraic expression (the order of the Bessel function)
n
algebraic expression (the index of a zero)
n1, n2
algebraic expressions (a range n1..n2 of indices for consecutive zeros)
BesselJZeros(v, n) denotes the n-th positive real root of the BesselJ function of order v.
- If v is numeric, then it must be a real constant. If v is a float, then a numerical evaluation is attempted, otherwise a symbolic representation is returned.
- If n is numeric, then it must be a positive integer.
BesselJZeros(v, n1..n2) represents the sequence of consecutive zeros with index from n1 to n2.
BesselYZeros(v, n) and BesselYZeros(v, n1..n2) correspond to the zeros of the BesselY function.
Note that if v≠0 then BesselJZeros(v, 0) is also defined and is equal to 0.
These functions may use fsolve to find a floating point approximation for the zeros. To solve ill-conditioned problems, it is convenient to assign the name 'fulldigits' to the environment variable_Envfulldigits.
BesselJZeros⁡0,1
evalf⁡BesselJZeros⁡0,1
2.404825558
BesselJZeros⁡1.5,10
32.95638904
BesselJZeros⁡12,5
5⁢π
BesselYZeros⁡12,5
9⁢π2
BesselJZeros⁡1,0
0
BesselJZeros⁡1.,3..6
10.17346814,13.32369194,16.47063005,19.61585851
s≔BesselYZeros⁡1,3..6
evalf⁡s
8.596005868,11.74915483,14.89744213,18.04340228
BesselJ⁡v,BesselJZeros⁡v,3
See Also
Bessel
inifcns
Download Help Document