Linked Questions

0 votes
0 answers
95 views

I am struggling to understand contour integration. How would it be applied in Mathematica? I am hoping that if I see it written in Mathematica code, it will help me understand it. eg how would $$\int_\...
martin's user avatar
  • 8,930
30 votes
2 answers
7k views

Say I have the function $f(x) = x \tanh(\pi x) \log (x^2 +a^2)$ where $a$ is some positive real number. Then it seems to be me that Mathematica when given such a ...
user6818's user avatar
  • 1,191
10 votes
5 answers
1k views

I see the Descarta2D package can easily draw some figures. Unfortunately, the package is not to be found and runs on MMA 2021. I do want to do some complex contour calculations and need some diagrams. ...
janhardo's user avatar
  • 669
28 votes
1 answer
3k views

I have come across a few questions asking about integrating over regions. And while the answers are impressive there should be a better more consistent way. So my question is, are there ways, ...
RunnyKine's user avatar
  • 33.5k
29 votes
3 answers
2k views

fixed in 10.1 (windows) I'm running Mathematica 10.0.0 and encountered a disturbing error in the symbolic integration of a rather simple function ...
Carlo Beenakker's user avatar
5 votes
4 answers
1k views

I am trying to Integrate the following Integral : $\int_1^{\infty } \dfrac{\left(x^2-1\right)^{13/2} e^{-ax} }{x^{10}} \, dx \,\, \,\,\,\,\,\,\,\,\,\,\,\,(a=\textrm{real>0})$ Mathematica didn't ...
Betatron's user avatar
  • 435
9 votes
2 answers
3k views

I am $\TeX$ writing notes on complex analysis, I need to use figures of contour paths to integrate on them, how can I plot them on Mathematica, something like this adding also the $\gamma_R$ legends ...
Leo Sera's user avatar
  • 195
4 votes
2 answers
10k views

How would you be able to calculate a contour integral of 1/(((z-1)^2)*(z-i)) over the contour |z-1| = 1? Not sure how to type ...
John's user avatar
  • 71
6 votes
3 answers
550 views

I'm trying to calculate the following integral in Mathematica, but it seems it doesn't return an analytical closed form, neither when I give numeric values for both $d_{1,2}$ and $L$. $$∫_{d_1}^{...
sined's user avatar
  • 595
1 vote
2 answers
792 views

I've tried to calculate the integral And I got the result $16i \pi ^3$. I wanted to check my calculation, so I ran this code in Mathematica: ...
Yoav Zack's user avatar
  • 433
7 votes
3 answers
2k views

I'm defining branch cut functions, and I'm using $\arg(z)$ as a building block. So I just spent an hour at the whiteboard assuming that $\arg(z)$ goes from $0$ to $2\pi$, and then I implement the code,...
David Roberts's user avatar
7 votes
3 answers
879 views

fixed in 10.0.2 Update I have tried like these. I think there is a bug. ...
Junho Lee's user avatar
  • 5,215
0 votes
3 answers
2k views

I had a query on multiples poles in [Contour Integral][1] using the [Residue Theorem][2]. I had an integral which I wanted to solve using the Residue Theorem. By the help of mathematica experts i ...
Muhammad Imran's user avatar
0 votes
1 answer
4k views

I am beginning Mathematica user. Please show me the syntax on how to compute the following complex integral in Mathematica: $\int_{|z-2i|=10} \frac{dz}{z(1-e^{-5z})}$ What I really want is a ...
Hedgehog's user avatar
  • 293
4 votes
1 answer
1k views

$m, r$ are parameters in the following integral: Integrate[z Exp[I z r]/Sqrt[z^2 + m^2], {z, -∞, ∞}] How to do this integration directly? The result should be <...
Eden Harder's user avatar
  • 1,175

15 30 50 per page