Ask Your Question

Mark G's profile - activity

2012-12-17 04:30:25 +0200 received badge  Famous Question (source)
2011-12-12 12:21:38 +0200 received badge  Notable Question (source)
2011-07-25 10:01:45 +0200 received badge  Popular Question (source)
2011-04-17 00:51:05 +0200 received badge  Good Question (source)
2011-04-12 19:38:42 +0200 received badge  Nice Question (source)
2011-04-12 13:50:56 +0200 received badge  Student (source)
2011-04-11 19:49:16 +0200 asked a question Can sage find the poles of a complex function, and the residues at those poles?

Hi all,

I searched the SAGE reference and didn't find the word residue in realtion to functions of a complex variable. The function I'm working with is not the ratio of two polynomials in Z, which can be factored out to find the poles and zeros. It's actually like this:

f(z) = A* sinh(z)/ (B* z^2* sinh(z)+ C* z* cosh(z)-D* sin(z))

got this from laplace transforming a partial differential equation I want to solve. I'm following the technique used in a paper I'm trying to apply to a different geometry/coordinate system, and if I can get the residues at the poles, I can get a series solution to the PDE. However, I can't fill in the omitted steps in the paper due to my never having taken a course in complex variables. Hence my interest in finding the residues at the poles programmatically.

I would greatly appreciate a clue or two. Thank you.