Description Usage Arguments Value
View source: R/accessory_functions.R
Secant function used by "zeros"-function to find roots of a*J_n-1(a*r) + (h*r-n)*J_n(a*r)/r in interval (a0, a1)
1 | secant(r, h, a0, a1, n, prec, tol = 1e-07, niter = 5000)
|
r |
Radius |
h |
Permeability |
a0 |
Start of search interval |
a1 |
End of search interval |
n |
Order parameter for Bessel functions |
prec |
Precision |
tol |
Tolerance |
niter |
Number of iterations |
Secant
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.