|
From: | Doug Stewart |
Subject: | Re: [Maxima-discuss] dblquad fail |
Date: | Thu, 28 Jul 2016 11:57:25 -0400 |
Thank you.
This works:
octave-3.6.4.exe:3> I = dblquad(@(r,q)abs(
r.*sqrt(r.^2+1-2*cos(2*pi*q))),0,1,0,1)
I = 0.586626703381746
... but this doesn't:
octave-3.6.4.exe:4> I =
dblquad(@(r,q)r.*sqrt(r.^2+1-2*cos(2*pi*q)),0,1,0,1)
error: quadcc: integrand F must return a single, real-valued vector
error: called from:
error: K:\OctaveVS\share\octave\3.6.4\m\general\dblquad.m at line 72,
column 10
error: at line -1, column -1
error: quadcc: integrand F must return a single, real-valued vector
error: K:\OctaveVS\share\octave\3.6.4\m\general\dblquad.m at line 65,
column 5
Why is the abs() necessary?
--
View this message in context: http://octave.1599824.n4.nabble.com/Fwd-Maxima-discuss-dblquad-fail-tp4678866p4678889.html
Sent from the Octave - General mailing list archive at Nabble.com.
_______________________________________________
Help-octave mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/help-octave
[Prev in Thread] | Current Thread | [Next in Thread] |