help-octave
[Top][All Lists]
Advanced

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

Re: complex conjugate roots produced by 'roots'


From: Doug Stewart
Subject: Re: complex conjugate roots produced by 'roots'
Date: Sun, 17 Apr 2016 06:22:14 -0400



On Sat, Apr 16, 2016 at 8:36 AM, Sergei Steshenko <address@hidden> wrote:
Hello,

I am playing with 'roots' function in octave-3.6.4 and I see it outputs complex conjugate roots in pairs, e.g.:

ans =

   0.71911 + 0.71727i
   0.71911 - 0.71727i
   0.80973 + 0.59963i
   0.80973 - 0.59963i
   0.83780 + 0.55828i
   0.83780 - 0.55828i
   0.83802 + 0.54890i
   0.83802 - 0.54890i
   0.83116 + 0.55464i
   0.83116 - 0.55464i
...
.

This is quite OK with me and is desired by me behavior.

Is this by design and intended, or it can change at any moment ?

Thanks,
  Sergei.

_______________________________________________
Help-octave mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/help-octave

I believe it is by design.

Doug

--
DAS


reply via email to

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