help-octave
[Top][All Lists]
Advanced

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

error from quad()


From: Christoph Dalitz
Subject: error from quad()
Date: Wed, 12 Nov 2003 09:44:30 +0100

Hello,

in Octave 2.1.50 (Debian testing), the quadrature

        function y = f(x)
          k=1000;
          y = sin((2*k+1)*x);
        endfunction

        quad("f",0,pi/2)

yields the error message "ABNORMAL RETURN FROM DQAGP".

In Octave 2.1.35 (Debian stable) the same code works smoothly.

Is this some problem in Octave 2.1.50 or in the testing branch of Debian?

Christoph



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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