home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: rec.puzzles
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!spool.mu.edu!agate!ames!purdue!yuma!boll
- From: boll@CS.ColoState.EDU (dave boll)
- Subject: Re: The Rifleman Problem
- Sender: news@yuma.ACNS.ColoState.EDU (News Account)
- Message-ID: <Dec24.221901.20718@yuma.ACNS.ColoState.EDU>
- Date: Thu, 24 Dec 1992 22:19:01 GMT
- References: <Dec15.235132.63842@yuma.ACNS.ColoState.EDU> <Dec18.162314.53024@yuma.ACNS.ColoState.EDU> <1992Dec22.185133.18429@thunder.mcrcim.mcgill.edu>
- Nntp-Posting-Host: handel.cs.colostate.edu
- Organization: Colorado State University, Computer Science Department
- Lines: 33
-
- (suggestion about placing points on the surface of a sphere deleted)
- >
- >It also flies in the face of the problem statement! "...on a plane"
- >does not, to me, seem to permit using a sphere.
- >
- >Also, what about distance ties? Or are they ignored as a set of
- >probability zero?
- yes
-
- Perhaps I should have said 'placing points randomly in 2D'. The
- whole point is that for large N, is doesn't matter if you place them
- on a square or on a circle, since only ~SQRT(N) will be affected by
- the boundary anyway. And, an EZ way to simulate this is to use small
- N on a surface with no boundary problems; a sphere seems the easiest
- choice.
-
- At least, if the goal is to write a program to do a bunch of random
- runs, (as I did a couple years ago) this is a pretty good solution.
- If the goal is to mathematically show that, on average, each point
- has a certain chance of survival, all this doesn't really matter.
-
- BTW, Omni briefly discussed the 3D problem as well, and asked the
- readers to imagine it being carried out among the stars in our
- galaxy. They said (in spirit, anyway): "Our sun would be a survivor in
- such a galactic holocaust, since its nearest neighbor, Proxima Centauri,
- is a member of a multiple star system" ....
-
- Puzzle: What is wrong with this reasoning?
- --
- ------------------------------------------------------------
- Dave Boll boll@handel.cs.colostate.edu
- "The speed of time is 1 second per second"
- ------------------------------------------------------------
-