Description Usage Arguments Value
View source: R/accessory_functions.R
function to find roots of J'_n(a*r) + h*J_n(a*r) = a/2*J_n-1(a*r) - a/2*J_n+1(a*r) + h*J_n(a*r) = J'_n(a*r) + h*J_n(a*r) = a*J_n-1(a*r) + (h*r-n)*J_n(a*r)/r in interval (0,m)
1 | zeros(r, h, n, m, prec)
|
r |
Radius |
h |
Permeability |
n |
Order parameter for Bessel functions |
m |
End of interval |
prec |
Precision |
Approximated zeros
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.