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

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

[Octave-bug-tracker] [bug #45810] zp2sos error when calling cplxpair


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #45810] zp2sos error when calling cplxpair
Date: Sun, 23 Aug 2015 20:34:10 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0 SeaMonkey/2.33.1

Follow-up Comment #4, bug #45810 (project octave):

ML r2015b prerelease (empty lines removed):

>> z1 = [2000 + 4j; 2000 - 4j]
z1 =
   1.0e+03 *
   2.0000 + 0.0040i
   2.0000 - 0.0040i
>> cplxpair (z1)
ans =
   1.0e+03 *
   2.0000 - 0.0040i
   2.0000 + 0.0040i
>> z2 = [2000 * (1+eps) + 4j; 2000 * (1-eps) - 4j];
>> cplxpair (z2)
ans =
   1.0e+03 *
   2.0000 - 0.0040i
   2.0000 + 0.0040i



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45810>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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