ResidueSum
ResidueSum[f,z]
finds the sum of residues of the meromorphic function f with the variable z.
ResidueSum[{f,cons},z]
finds the sum of residues of f within the solution set of the constraints cons.
Details and Options
- ResidueSum computes the sum of residues at all poles of f. The residue of f at a pole z0 is defined as the coefficient of in the Laurent expansion of f.
- Sums of residues are often used to compute contour integrals using Cauchy's residue theorem.
- The function f should be meromorphic for x satisfying the constraints cons.
- cons can contain equations, inequalities or logical combinations of these.
- The following options can be given:
-
Assumptions $Assumptions assumptions on parameters GenerateConditions Automatic whether to generate conditions on parameters PerformanceGoal $PerformanceGoal whether to prioritize speed or quality
Examples
open allclose allBasic Examples (2)
Scope (6)
Sum of residues of a rational function:
Sum of residues of a meromorphic function in a region:
Sum of residues at infinitely many poles may be finite:
Analytic functions have no poles:
has a removable singularity at :
ResidueSum requires the input function to be meromorphic:
Options (4)
GenerateConditions (2)
By default, ResidueSum may generate conditions on symbolic parameters:
With GenerateConditionsNone, ResidueSum fails instead of giving a conditional result:
This returns a conditionally valid result without stating the condition:
By default, conditions that are generically true are not reported:
With GenerateConditions->True, all conditions are reported:
PerformanceGoal (1)
Use PerformanceGoal to avoid potentially expensive computations:
The default setting uses all available techniques to try to produce a result:
Applications (1)
Properties & Relations (3)
Use FunctionPoles to find the poles of a function:
Use Residue to find the residues at the poles:
ResidueSum gives the sum of the residues at all poles:
Use FunctionMeromorphic to test whether a function is meromorphic:
Compute the sum of residues in a region where the function is meromorphic:
Use FunctionAnalytic to test whether a function is complex analytic:
Text
Wolfram Research (2022), ResidueSum, Wolfram Language function, https://reference.wolfram.com/language/ref/ResidueSum.html.
CMS
Wolfram Language. 2022. "ResidueSum." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ResidueSum.html.
APA
Wolfram Language. (2022). ResidueSum. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ResidueSum.html