Tagged Questions
7
votes
1answer
235 views
Symbolic Integration along contour: branch cut problem?
Context
Following this question on path integrals in the complex plane, having defined again a numerical and symbolic integrator along a path as
...
3
votes
1answer
330 views
Symbolic integration in the complex plane
Context
While answering this question, I defined (symbolic and numerical) path integrations as follows
...
5
votes
1answer
484 views
Complex number operations: telling Mathematica variables are real
I want to do Conjugate[a + b*I], but when I do that, the solution is
Conjugate[a] - I*Conjugate[b]; when for me, a and b are ...
4
votes
1answer
364 views
Does the Im function work with symbolic arguments?
Does the Im function work with symbolic arguments?
...