Bessel函数积分

发布于 2025-02-13 10:44:10 字数 256 浏览 0 评论 0原文

我尝试使用MATLAB计算Bessel功能的积分,但是结果不正确,

syms x a
int(besselj(1,a*x)*x^2,0,1)

结果是

(2*besselj(1, a))/a^2 - besselj(0, a)/a

我期望的(-Besselj(-0,a)/a)

为什么我的结果错误?我需要做什么才能获得正确的积分?

I try to compute the integral of the Bessel function with MATLAB but the result is not correct

syms x a
int(besselj(1,a*x)*x^2,0,1)

The result is

(2*besselj(1, a))/a^2 - besselj(0, a)/a

I expected instead (- besselj(0, a)/a).

Why did I get a wrong result? What do I need to do to get the correct integral?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文