I cant solve my bessel function Help Please. I need Jv and Yv solution.
1 次查看(过去 30 天)
显示 更早的评论
x^2y''+xy'+(x^2-25)y=0
x^2y''+xy'+(x^2-(1/16))y=0
0 个评论
回答(2 个)
Walter Roberson
2016-12-26
The solution to that pair of simultaneous equations is y(x) = 0. You can easily test this with dsolve()
0 个评论
David Goodmanson
2016-12-26
Hi Furkan, these are bessel functions of order 5 and 1/4 respectively, see Matlab besselj and bessely.
0 个评论
另请参阅
类别
在 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!