bessel-functions Questions

4

Solved

I am trying to calculate the logarithm of a modified Bessel function of second type in MATLAB, i.e. something like that: log(besselk(nu, Z)) where e.g. nu = 750; Z = 1; I have a problem beca...
Plump asked 9/9, 2015 at 16:21

4

Solved

I've got some code that uses the modified Bessel functions of both 1st and 2nd order (iv and kv). Annoyingly they seem to have limits, those are iv(0,713) and kv(0,697), add one to each and you get...
Baku asked 5/12, 2012 at 15:20

1

Solved

I noticed that there are functions for first-order, second-order, and N-order Bessel functions (Y0, Y1, Yn) defined in the standard Go library (Y0). I can't seem to determine the practical applicat...
Pressurecook asked 13/11, 2016 at 8:46

3

Solved

I noticed that scipy.special Bessel functions of order n and argument x jv(n,x) are vectorized in x: In [14]: import scipy.special as sp In [16]: sp.jv(1, range(3)) # n=1, [x=0,1,2] Out[16]: arra...
Specialistic asked 10/2, 2015 at 21:6
1

© 2022 - 2024 — McMap. All rights reserved.