Bessel Function of the First Kind/span> +- HP Forums (http://www.hpmuseum.org/forum) +-- Forum: HP Software Libraries (/forum-10.html) +--- Forum: HP Prime Software Library (/forum-15.html) +--- Thread: Bessel Function of the First Kind (/thread-6033.html) |
Bessel Function of the First Kind - Eddie W. Shore - 04-13-2016 08:13 AM Blog post: http://edspi31415.blogspot.com/2016/04/hp-prime-casio-classpad-bessell.html HP Prime Program BESS1: Code: EXPORT BESS1(n,t) bess1(1,2) ≈ 0.576724807756 bess1(0,6.3) ≈ 0.223812006132 bess1(2,4) ≈ 0.364128145852 RE: Bessel Function of the First Kind - roadrunner - 04-17-2016 11:30 AM Nice program! Here's a modification that's good for non integer values of order as well: Code:
And a cool chart for n= -1, -0.5, 0, 0.5, and 1 that only took a few minutes to draw on the prime: [attachment=3396] -road |