(15C)Bessel Functions, Arbitrary Order for HP-15C
|
11-15-2023, 01:35 PM
(This post was last modified: 11-25-2023 02:11 AM by Namir.)
Post: #1
|
|||
|
|||
(15C)Bessel Functions, Arbitrary Order for HP-15C
Bessel Function J, Arbitrary Order for HP-15C
Based on the HP-25 code by Peter Henrici in his book "Computational Analysis with the HP-25 Pocket Calculator", page 253. The pdf file for the book is available for download in Eric rechlin's librarry. The books shows the equations used and the flowchart for the program. The program uses the following equations: Jv(x) = a * sum((b(i)),for n= 0 to infinity where, a = (x/2)^v / gamma(v+1) b(0) = 1 b(n) = -(x/2)^2/n/(v+n)*b(n-1) for n = 1, 2, 3, ... The range for x values is 0<= x <= 10, according to Henrici. Memory Map ========== Code: R0 = v Program Listing =============== Code:
Example ======= To calculate J<1.5>(5), perform the following: 1) Set calculate to [FIX] [8]. 2) Enter 5 (for x) and press [ENTER]. 3) Enter the order of 1.5 and the press [f][A]. 4) The program performs the calculations and stops displaying -0.16965131. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
(15C)Bessel Functions, Arbitrary Order for HP-15C - Namir - 11-15-2023 01:35 PM
RE: (15C)Bessel Functions, Arbitrary Order for HP-15C - Eddie W. Shore - 11-25-2023, 12:32 AM
RE: (15C)Bessel Functions, Arbitrary Order for HP-15C - Namir - 11-25-2023, 02:09 AM
RE: (15C)Bessel Functions, Arbitrary Order for HP-15C - Eddie W. Shore - 11-26-2023, 01:53 AM
RE: (15C)Bessel Functions, Arbitrary Order for HP-15C - Namir - 11-27-2023, 02:45 AM
RE: (15C)Bessel Functions, Arbitrary Order for HP-15C - C.Ret - 11-27-2023, 05:16 PM
|
User(s) browsing this thread: 3 Guest(s)