Message Boards Message Boards

0
|
3211 Views
|
3 Replies
|
1 Total Likes
View groups...
Share
Share this post:

Type bounds of integration for absolute value of complex number in W|A

Posted 3 years ago

I want the integral exp(i*z)/(z*(z-1)*(z+1)*(z-i)^2*(z+i)^2) to be evaluated at |z| = 2. How do I get those bounds?

POSTED BY: Ness Lange
3 Replies

From wikipedia see example:

 f = (Exp[I*z]/(z*(z - 1)*(z + 1)*(z - I)^2*(z + I)^2) /. z -> 2*Exp[I t])*D[2 Exp[I t], t] // Simplify
 Integrate[f, {t, 0, 2*Pi}] // Expand

 (*-2 I \[Pi] + (I \[Pi])/E + (I E \[Pi])/2 + 1/2 I \[Pi] Cos[1]*)
POSTED BY: Mariusz Iwaniuk
Posted 3 years ago

Thank you for clarifying contour-integrals. However your implementation looks like code for Mathematica. Is there also a way to put it right into Wolfram|Alpha web?

POSTED BY: Ness Lange

I think as of today, Wolfram Alpha cannot do it yet.

POSTED BY: Mariusz Iwaniuk
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract