home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / sci / math / 10755 < prev    next >
Encoding:
Text File  |  1992-08-31  |  727 b   |  24 lines

  1. Newsgroups: sci.math
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!ames!agate!iat.holonet.net!uupsi!psinntp!bnlux1.bnl.gov!kyee
  3. From: kyee@bnlux1.bnl.gov (kenton yee)
  4. Subject: Help! Simple constrained Integration prob
  5. Message-ID: <1992Aug29.235050.16267@bnlux1.bnl.gov>
  6. Organization: Brookhaven National Laboratory, Upton, NY 11973
  7. Date: Sat, 29 Aug 1992 23:50:50 GMT
  8. Lines: 14
  9.  
  10. Is there an elegant way to do integrals like
  11.  
  12.  int dx dy dz f(x,y,z)   
  13.  
  14.   where -1 < x < 1;  -1 < y < 1;  -1 < z < 1;
  15.     subject to the constrained that  
  16.           -1 < x+y+z < 1   ?
  17.  
  18.   By "elegant" I mean not having to break up
  19.   integration region into little triangles by
  20.   hand, etc...
  21.  
  22.  
  23.  
  24.