A related discussion on interpolation: factorial and gamma-function
#10
(07/10/2022, 02:40 AM)Catullus Wrote: It says "If n = 0,-1,-2,... then Gamma(n) becomes infinite.". Gamma of zero or a negative integer is undefined, not infinite. For example, [Image: gif.image?\dpi%7B110%7D\Gamma(0)=1\div0]. One divided by zero is not infinite, it is undefined.

Peter Luschny has once explained this to me with the (standard) concept of limiting towards an infinitesimal interval. See the approximation of the quotient in \( \lim_{h \to 0} { \Gamma (0 \pm h) \over \zeta(1 \pm h) } \) :
Code:
   .
h=0.001;[gamma(0+h)/zeta(1+h),gamma(0-h)/zeta(1-h)]
%9 = [0.998847149536, 1.00115601566]

h=1e-5;[gamma(0+h)/zeta(1+h),gamma(0-h)/zeta(1-h)]
%11 = [0.999988455845, 1.00001154447]

h=1e-6;[gamma(0+h)/zeta(1+h),gamma(0-h)/zeta(1-h)]
%13 = [0.999998845570, 1.00000115443]

h=1e-12;[gamma(0+h)/zeta(1+h),gamma(0-h)/zeta(1-h)]
%15 = [0.999999999999, 1.00000000000]

...
Gottfried Helms, Kassel
Reply


Messages In This Thread
RE: A related discussion on interpolation: factorial and gamma-function - by Gottfried - 07/10/2022, 06:23 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Is there any ways to compute iterations of a oscillating function ? Shanghai46 3 7,911 10/15/2023, 11:21 PM
Last Post: tommy1729
  Anyone have any ideas on how to generate this function? JmsNxn 3 5,139 05/21/2023, 03:30 PM
Last Post: Ember Edison
  [MSE] Mick's function Caleb 1 3,893 03/08/2023, 02:33 AM
Last Post: Caleb
  [special] binary partition zeta function tommy1729 1 3,838 02/27/2023, 01:23 PM
Last Post: tommy1729
  [NT] Extending a Jacobi function using Riemann Surfaces JmsNxn 2 4,891 02/26/2023, 08:22 PM
Last Post: tommy1729
  Discussion on "tetra-eta-series" (2007) in MO Gottfried 40 42,288 02/22/2023, 08:58 PM
Last Post: tommy1729
  toy zeta function tommy1729 0 2,802 01/20/2023, 11:02 PM
Last Post: tommy1729
  geometric function theory ideas tommy1729 0 2,912 12/31/2022, 12:19 AM
Last Post: tommy1729
  Iterated function convergence Daniel 1 4,141 12/18/2022, 01:40 AM
Last Post: JmsNxn
  Fibonacci as iteration of fractional linear function bo198214 48 56,997 09/14/2022, 08:05 AM
Last Post: Gottfried



Users browsing this thread: 1 Guest(s)