On 02/15/2010 01:27 PM, Thomas Scofield wrote:
Can someone point me to examples/documentation on doing double integrals numerically? That is, say you have to calculate a double integral with integrand f(x,y) for which no closed-form antiderivative (neither in x nor y) exists. Assume my xy-region of integration is rectangular. Is there a numerical_integral() type command for this case?
You can use scipy to calculate the integrals. See the documentation here: http://docs.scipy.org/doc/scipy/reference/integrate.html (dblquad and tplquad are the relevant functions).
Thanks, Jason -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
