Modification in besselk (Modified Bessel fn of 2nd kind order zero)

2 次查看(过去 30 天)
Hi,
As far as I know, besselk in integral form is an integral from 0 to Inf. Is there a way to modify the limits of integration and convert it into a definite integral?
I have tried to evaluate the integral form by using "integral/int" functions but it takes too much time as compared to evaluation of besselk(nu,z). I hope there's a way to change the limits in the syntax of besselk.
Thank you.

采纳的回答

John D'Errico
John D'Errico 2021-7-24
Simple answer - No.
Utilities like this, erf is another excellent example, that while they can be defined in terms of an integral, are not in fact implemented in terms of a numerical integration. Instead, other methods, perhaps a series approximation, are employed to compute the result. And that method will not be changable to allow other limits.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Bessel functions 的更多信息

产品


版本

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by