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

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

[Octave-bug-tracker] [bug #31974] Interpreter fails to create complex nu


From: Søren Hauberg
Subject: [Octave-bug-tracker] [bug #31974] Interpreter fails to create complex numbers with Inf complex parts
Date: Thu, 30 Dec 2010 15:32:39 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; da-DK; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.10 (maverick) Firefox/3.6.13

Follow-up Comment #15, bug #31974 (project octave):

I was a bit unsure about the test from JWE (one of vectors needs a
transposition), but I get:

>> [Inf; 0] * [i, 0]

ans =

      NaN +    Infi      NaN +    NaNi
        0                  0          

>> [Inf, 0] * [i; 0]

ans =

      NaN +    Infi

>> [Inf, 0] .* [i, 0]

ans =

        0 +    Infi        0          



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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