Incomplete Gamma Function
|
12-18-2013, 06:02 AM
(This post was last modified: 01-17-2014 05:19 AM by Namir.)
Post: #1
|
|||
|
|||
Incomplete Gamma Function
This program implements an incomplete Gamma function base don an HP-25 program by Peter Henrici.
Memory Map R0 = X R1 = A R2 = L(n-2) R3 = L(n-1) R4 = s R5 = gamma(n) R6 = n R7 = tolerance Listing Code: 1 LBL a Usage 1. Enter the tolerance value and press [f][A]. The program automatically resumes with step 2. 2. Enter the values for A and X, and then press [A]. 3. The program pauses to display the improvements in the calculated incomplete gamma function. When these improvements are less than the tolerance value, the program displays the result. If you press [R/S] after viewing the value of the incomplete gamma, the program flow resumes with step 2. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Incomplete Gamma Function - Namir - 12-18-2013 06:02 AM
RE: Incomplete Gamma Function - bshoring - 03-26-2015, 10:41 PM
RE: Incomplete Gamma Function - Dieter - 03-26-2015, 11:10 PM
RE: Incomplete Gamma Function - bshoring - 03-27-2015, 07:26 PM
RE: Incomplete Gamma Function - Dieter - 03-29-2015, 06:18 PM
|
User(s) browsing this thread: 2 Guest(s)