MathGroup Archive 2003

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

Search the Archive

Re: Integrating over area of intersection

  • To: mathgroup at smc.vnet.net
  • Subject: [mg44154] Re: Integrating over area of intersection
  • From: "Toni Danza" <nospam at yoohoo.com>
  • Date: Fri, 24 Oct 2003 04:24:35 -0400 (EDT)
  • References: <bn8esp$nle$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Adding:
It would be really useful NOT to use the
Nintegrate[If[x^2 + y^2 < fJ^2 && ...,1,0],{x,-inf,inf},{y,-inf,inf}]
form, because it takes just waaaayyyy too long

Ideally, I would like to extract the y boundary for every x to use as
integral limits , that should speed it up...


  • Prev by Date: Re: Antw: pdf-export
  • Next by Date: Re: extracting variables from an expression
  • Previous by thread: Integrating over area of intersection
  • Next by thread: Re: Integrating over area of intersection