|
original poster
hbghlyj
posted 2023-6-6 18:20
contour $\gamma$ encloses the branch cut $[-1,0]$
interior of $\gamma$ contains $\infty$
- NIntegrate[(1 + 1/z)^z, {z, 0, -2 + I, -2 - I, 0}]
Copy the Code $$\int_\gamma(1+\frac1z)^z=-i\pi e$$

$$\int_\gamma(1+\frac1z)^{nz}=-i\pi n e^n$$ |
|