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