Bessel's function of first kind
4 次查看(过去 30 天)
显示 更早的评论
Hi., i want to determine bessels function of first kind of zero order and one order for a number i.e Jo((1-i)*2) and J1((i-1)*4) is it possible by using besselj. as syntax for first kind of order zero is besselj(o,x) here x is a vector but in my case x is a complex number, is it possible ... thanks in advance.........
0 个评论
回答(1 个)
Walter Roberson
2015-9-16
besselj(0,Z)
besselj(1,Z)
at least in R2015b it is documented that complex Z are accepted.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Bessel functions 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!