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

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

[Octave-bug-tracker] [bug #62972] 2D integrals conjugate complex numbers


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #62972] 2D integrals conjugate complex numbers
Date: Sun, 28 Aug 2022 11:59:50 -0400 (EDT)

Update of bug #62972 (project octave):

        Operating System:               GNU/Linux => Any                    

    _______________________________________________________

Follow-up Comment #2:

I can confirm these results with a build from a current head of the default
branch on Windows.

Fwiw, the results with Matlab R2022a:

>> integral2(@(x,y) 1i*ones(size(x)), 0,1,0,1)

ans =

   0.0000 + 1.0000i

>> quad2d(@(x,y) 1i*ones(size(x)), 0,1,0,1)

ans =

   0.0000 + 1.0000i




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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