octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #63052] [octave forge] (control) Inverse opera


From: Doug Stewart
Subject: [Octave-bug-tracker] [bug #63052] [octave forge] (control) Inverse operation with transfer function variables resulting in wrong results
Date: Sat, 15 Oct 2022 17:52:40 -0400 (EDT)

Follow-up Comment #12, bug #63052 (project octave):

This is definitely A control pkg issue, not a version of octave.


The Real issue is:
1)  some round off errors in a FORTRAN library
     which I can apply my eps hack to, to lessen the effect, of
     the round off errors.
2) the method that the OP used looks correct in text books, 
    but is very susceptible to round off errors.

The normal way to do this is using:
[num,den] =ss2tf (A,B,C,D);
FT2 = tf (num,den) 

always gives the correct answer. So I am hesitant to make any changes.

I tried many other examples and they worked ok. The OP just tried one that has
round off errors

Any way the changes would only be in the control pkg
  


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63052>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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