definite double integral issue
- To: mathgroup at smc.vnet.net
- Subject: [mg129065] definite double integral issue
- From: Alex Krasnov <akrasnov at eecs.berkeley.edu>
- Date: Tue, 11 Dec 2012 02:26:25 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
I discovered the following issue in Mathematica 8.0.4: In: Integrate[x/Sqrt[x^2+y^2], {y, -1/2, 3/2}, {x, -1, 1/2-y}] Out: (2*Sqrt[5]-2*Sqrt[13]-16*ArcSinh[1/2]-16*ArcSinh[3/2]+Sqrt[2]*ArcSinh[3]+Sqrt[2]*ArcSinh[5])/32 In: Integrate[x/Sqrt[x^2+y^2], {y, -0.5, 1.5}, {x, -1.0, 0.5-y}] Out: (kernel crash) I have not yet reproduced this issue in Mathematica 9.0.0. I am uncertain whether Integrate actually supports dependent bounds and whether the evaluation chain is different for exact and approximate real bounds. Alex
- Follow-Ups:
- Re: definite double integral issue
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: definite double integral issue