MathGroup Archive 2011

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

Search the Archive

Re: Area of two intersecting circles

  • To: mathgroup at smc.vnet.net
  • Subject: [mg123390] Re: Area of two intersecting circles
  • From: Simon <simonjtyler at gmail.com>
  • Date: Mon, 5 Dec 2011 05:15:40 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <jbf968$l4j$1@smc.vnet.net>
  • Reply-to: comp.soft-sys.math.mathematica at googlegroups.com

How about something like

Integrate[Boole[x^2 + y^2 <= 1 && (x - 1/2)^2 + y^2 <= 1], 
   {x, -Infinity, Infinity}, {y, -Infinity, Infinity}]



  • Prev by Date: The orde of product
  • Next by Date: Re: Area of two intersecting circles
  • Previous by thread: Re: Area of two intersecting circles
  • Next by thread: Re: Area of two intersecting circles