MathGroup Archive 2013

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: A bug-looking behavior during integration

  • To: mathgroup at smc.vnet.net
  • Subject: [mg130004] Re: A bug-looking behavior during integration
  • From: Scott Hemphill <hemphill at hemphills.net>
  • Date: Sun, 3 Mar 2013 22:59:36 -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
  • References: <kgmn7f$8gj$1@smc.vnet.net> <kgsa2f$ine$1@smc.vnet.net>
  • Reply-to: hemphill at alumni.caltech.edu

daniel.lichtblau0 at gmail.com writes:

[snip]

> Yes, it looks like this runs into some fragility in the UnitStep handling code. To work around that area I'd suggest using a Piecewise equivalent.
>
> In[2]:= Integrate[                                                              
>          Piecewise[{{1, Sqrt[Sqrt[x^2 + y^2] + x] - .7*Sqrt[x^2 + y^2] >= 0}},  
>            0], {x, -Infinity, Infinity}, {y, -Infinity, Infinity}]              
>
> Out[2]= 19.6268

Or, replacing the ".7" with 7/10, you get:

        15000 Pi
Out[1]= --------
          2401

Scott
-- 
Scott Hemphill	hemphill at alumni.caltech.edu
"This isn't flying.  This is falling, with style."  -- Buzz Lightyear



  • Prev by Date: 'Power Law with singularity' regression - error
  • Next by Date: Re: Mathematica and Lisp
  • Previous by thread: 'Power Law with singularity' regression - error
  • Next by thread: Separating space and time functions