bugGNU Octave - Bugs: bug #54418, residue function doesn't work...

 
 

bug #54418: residue function doesn't work properly in 4.4.0. But in 4.0.3 works fine.

Submitter:  None
Submitted:  Wed 01 Aug 2018 04:06:54 PM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Works For Me Assigned to:  None
Originator Name:  Diego Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 4.4.0
Operating System:  * Microsoft Windows Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 01 Aug 2018 04:42:20 PM UTC, 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?


Rik <rik5>
Group administrator
Wed 01 Aug 2018 04:06:54 PM UTC, original submission:  

In 4.4.0
num = [250 0]
den = [1 250 250000]
residue(num, den)

aborts

But in 4.0.3 works fine.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-08-07 rik5 Open/ClosedOpen Closed
    2018-08-01 rik5 StatusNone Works For Me

    Back to the top

    Powered by Savane 3.13-aa77.
    Corresponding source code