Gamma function, SinhIntegral, CoshIntegral
|
11-06-2022, 06:27 PM
Post: #1
|
|||
|
|||
Gamma function, SinhIntegral, CoshIntegral
Hello, I found that the HP PRIME "Gamma" function does not provide the same results as Wolfram's MATHEMATICA. For instance:
HP PRIME --> Gamma (4/5, -6) --> 294.845140024 MATHEMATICA --> Gamma [4/5, -6] --> 238.757-172.621*i. For this reason I have written a program to calculate the Incomplete Gamma function, extending it for numeric values that do not work on the HP PRIME. The code has been named “Upper_Inc_Γ”, which needs two other small programs to work well. One program calculates the value of the integral of the hyperbolic sine (Shi (x)), while the other program calculates the value of the integral of the hyperbolic cosine (Chi (x)). Shi(x) code: Code:
Chi(x) code: Code:
Upper_Inc_Γ(n,x): Code:
It would be nice if xCas implemented the Gamma function - what do you think? Best regards, Roberto. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Gamma function, SinhIntegral, CoshIntegral - robmio - 11-06-2022 06:27 PM
RE: Gamma function, SinhIntegral, CoshIntegral - lrdheat - 11-06-2022, 07:03 PM
RE: Gamma function, SinhIntegral, CoshIntegral - robmio - 11-06-2022, 07:24 PM
RE: Gamma function, SinhIntegral, CoshIntegral - lrdheat - 11-06-2022, 08:45 PM
RE: Gamma function, SinhIntegral, CoshIntegral - Albert Chan - 11-07-2022, 02:31 PM
RE: Gamma function, SinhIntegral, CoshIntegral - robmio - 11-07-2022, 03:34 PM
RE: Gamma function, SinhIntegral, CoshIntegral - robmio - 11-08-2022, 11:49 AM
|
User(s) browsing this thread: 2 Guest(s)