(71B) Bessel function for the HP-71B - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Software Libraries (/forum-10.html) +--- Forum: General Software Library (/forum-13.html) +--- Thread: (71B) Bessel function for the HP-71B (/thread-6706.html) |
(71B) Bessel function for the HP-71B - Namir - 08-19-2016 02:42 PM Here is a BASIC program that calculates the Bessel functions of the first kind for any integer order n and value x: Code: 10 RECURSIVE BESSEL The above code is based on the algorithm used in HP-65 Math Pac II to calculate the Bessel function Jn(x). |