help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: residue() confusion


From: Ben Abbott
Subject: Re: residue() confusion
Date: Sat, 22 Sep 2007 20:40:57 -0700 (PDT)

opps ... got the math wrong ... maybe this time it's correct

(x^2+1)/(x^4+18*x^2+81) = (2/9)/(x-3i) + (2/9)/(x+3i) + (5/54i)/(x-3i)^2 -
(5/54i)/(x+3i)^2 

Thus, 

a = [5/54i 2/9 -5/54i 2/9] 
p = [3i 3i -3i -3i] 
k = [] 
e = [2 1 2 1] 

-- 
View this message in context: 
http://www.nabble.com/residue%28%29-confusion-tf4502015.html#a12842581
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]