|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #54418] residue function doesn't work properly in 4.4.0. But in 4.0.3 works fine. |
| Date: | Wed, 1 Aug 2018 12:42:20 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0 |
Update of bug #54418 (project octave):
Status: None => Works For Me
_______________________________________________________
Follow-up Comment #1:
This works fine for me on both Linux and Windows platforms.
octave:1> num = [250 0]
num =
250 0
octave:2> den = [1 250 250000]
den =
1 250 250000
octave:3> residue(num, den)
ans =
125.00 + 32.27i
125.00 - 32.27i
Can you post any messages that are displayed after the residue command is
issued?
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?54418>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |