- #1
Lojzek
- 249
- 1
I have tried to calculate the derivative of Gamma function and got a strange result, which
is obviously wrong. Can someone find the mistake?
Definition:
Gamma[z]=Integral[t^(z-1)exp(-t)dt]
Derivative:
(d/dz)Gamma[z]=Integral[(d/dz)t^(z-1)exp(-t)dt]=Integral[(z-1)t^(z-2)exp(-t)dt]=
(z-1)*Gamma[z-1]=Gamma[z]
Looks like gamma solves the equation f'=f, but this can't be true, since only
exponential function solves this equation.
is obviously wrong. Can someone find the mistake?
Definition:
Gamma[z]=Integral[t^(z-1)exp(-t)dt]
Derivative:
(d/dz)Gamma[z]=Integral[(d/dz)t^(z-1)exp(-t)dt]=Integral[(z-1)t^(z-2)exp(-t)dt]=
(z-1)*Gamma[z-1]=Gamma[z]
Looks like gamma solves the equation f'=f, but this can't be true, since only
exponential function solves this equation.