home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / theory / 2801 < prev    next >
Encoding:
Text File  |  1993-01-06  |  1.9 KB  |  41 lines

  1. Newsgroups: comp.theory
  2. Path: sparky!uunet!mcsun!ieunet!tcdcs!butrfeld.cs.tcd.ie!user
  3. From: butrfeld@cs.tcd.ie (Andrew Butterfield)
  4. Subject: Re: Real Numbers vs. Rational Numbers?
  5. Message-ID: <butrfeld-060193160334@butrfeld.cs.tcd.ie>
  6. Followup-To: comp.theory
  7. Sender: usenet@cs.tcd.ie (NN required at ashe.cs.tcd.ie)
  8. Nntp-Posting-Host: butrfeld
  9. Organization: Dept. of Comp. Sci., TCD
  10. References: <1992Dec17.142150.7932@tom.rz.uni-passau.de> <1hi8dvINN5l2@uwm.edu> <1993Jan3.151347.29159@tom.rz.uni-passau.de> <4287@dozo.and.nl> <butrfeld-050193140552@butrfeld.cs.tcd.ie> <1993Jan5.161955.11237@tom.rz.uni-passau.de>
  11. Distribution: inet
  12. Date: Wed, 6 Jan 1993 16:11:53 GMT
  13. Lines: 26
  14.  
  15. In article <1993Jan5.161955.11237@tom.rz.uni-passau.de>,
  16. boerncke@kirk.fmi.uni-passau.de (Frank-Roland Boernke) wrote:
  17. > So what does this mean in the end? When I introduced this subject, I asked,
  18. > whether a Turing Machine, that handles not only bits or naturals but also 
  19. > real numbers is more powerful, than a turing machine, that only works 
  20. > with natural numbers. 
  21. > My professor said, both types of Turing Machines are the same concerning
  22. > their power of computability. I claimed that can't be true, refering to
  23. > ideas  like the ones mentioned in the quotes at the beginning of this side.
  24. When you say "handles real numbers", do you mean that it can write real
  25. numbers
  26. into a single box on the tape ? If this is the case then your "R-Turing"
  27. machine is different to a classic one, which has a potentially infinite
  28. tape,
  29. but only a finite set of symbols that it can write on the tape.
  30.  
  31. The R-Turing machine has an uncountably infinite set of symbols. It would
  32. also need an uncountably infinite transition function to exploit the power
  33. of its symbol set.
  34.  
  35. A classic Turing machine can "handle" real numbers in the same way as any
  36. other computing devices, by working with finite approximations of those
  37. real numbers.
  38.