help-octave
[Top][All Lists]
Advanced

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

complex conjugate roots produced by 'roots'


From: Sergei Steshenko
Subject: complex conjugate roots produced by 'roots'
Date: Sat, 16 Apr 2016 12:36:27 +0000 (UTC)

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.


reply via email to

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