[SciPy-User] Bessel function of complex order
Martin Fally
martin.fally at univie.ac.at
Thu Oct 4 09:14:28 EDT 2012
Andreas Pritschet <webmaster <at> hasenkopf2000.net> writes:
>
> Hi,
> I have noticed in the docs and some "bug reports" that Bessel functions
> in SciPy support only real order. But for my work I require a modified
> Bessel function of second kind of complex(!) order for complex values.
>
> Is in SciPy a chance of calculating something like
> scipy.special.kv(1j*k,1j), whereby k is an array??
>
> Thanks and best regards
> Andi
hi,
I would also need Bessel functions of the first kind of complex order. I found a
paper on an algorithm in the NIST DLMF how to calculate it, however, awsome
(http://dlmf.nist.gov/bib/K#bib2695).
Looking forward to a tough programming genious to implement it into SciPy,
Martin
More information about the SciPy-User
mailing list