scipy 1.8.0 Pypi GitHub Homepage
Other Docs
ParametersReturns
jnjnp_zeros(nt)

Results are arranged in order of the magnitudes of the zeros.

Parameters

nt : int

Number (<=1200) of zeros to compute

Returns

zo[l-1] : ndarray

Value of the lth zero of Jn(x) and Jn'(x). Of length :None:None:`nt`.

n[l-1] : ndarray

Order of the Jn(x) or Jn'(x) associated with lth zero. Of length :None:None:`nt`.

m[l-1] : ndarray

Serial number of the zeros of Jn(x) or Jn'(x) associated with lth zero. Of length :None:None:`nt`.

t[l-1] : ndarray

0 if lth zero in zo is zero of Jn(x), 1 if it is a zero of Jn'(x). Of length :None:None:`nt`.

Compute zeros of integer-order Bessel functions Jn and Jn'.

See Also

jn_zeros

to get separated arrays of zeros.

jnp_zeros

to get separated arrays of zeros.

Examples

See :

Local connectivity graph

Hover to see nodes names; edges to Self not shown, Caped at 50 nodes.

Using a canvas is more power efficient and can get hundred of nodes ; but does not allow hyperlinks; , arrows or text (beyond on hover)

SVG is more flexible but power hungry; and does not scale well to 50 + nodes.

All aboves nodes referred to, (or are referred from) current nodes; Edges from Self to other have been omitted (or all nodes would be connected to the central node "self" which is not useful). Nodes are colored by the library they belong to, and scaled with the number of references pointing them


GitHub : /scipy/special/_basic.py#211
type: <class 'function'>
Commit: