help-octave
[Top][All Lists]
Advanced

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

quadl crashes on evaluation


From: rmcd
Subject: quadl crashes on evaluation
Date: Fri, 19 Sep 2008 20:46:36 -0700 (PDT)

I find that using quadl in Cygwin Octave 3.0.2-1 crashes octave, dumping me
at the prompt.

Let y=f(x) where  f(x) = x .* sin (1 ./ x) .* sqrt (abs (1 - x)); 

(This is the example from p. 272 of the 3.0.2 manual)

v=quad ("f",0,3)  % produces the result 1.9819.
v=quadl("f",0,3)  % crashes cygwin 3.0.2, generates numerous errors in
Ubuntu 3.0.0

Am I doing something wrong or is there a problem with quadl in this case?

Thanks!

Bob
-- 
View this message in context: 
http://www.nabble.com/quadl-crashes-on-evaluation-tp19582409p19582409.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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