home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / rec / humor / 34175 < prev    next >
Encoding:
Internet Message Format  |  1992-11-18  |  2.0 KB

  1. Xref: sparky rec.humor:34175 rec.humor.d:2670 alt.folklore.computers:16376
  2. Newsgroups: rec.humor,rec.humor.d,alt.folklore.computers
  3. Path: sparky!uunet!walter!porthos!troy!mpb
  4. From: mpb@troy.cc.bellcore.com (bunz,marcus p)
  5. Subject: Re: base -2 arithmetic (was: Re: Trinary)
  6. Organization: Bellcore, Livingston, NJ
  7. Date: Wed, 18 Nov 92 15:05:14 GMT
  8. Message-ID: <1992Nov18.150514.8403@porthos.cc.bellcore.com>
  9. Followup-To: poster
  10. References: <SOUVA.92Nov9202414@aibn58.mpifr-bonn.mpg.de> <3ug2TB6w165w@mertwig.UUCP>
  11. Sender: netnews@porthos.cc.bellcore.com (USENET System Software)
  12. Lines: 42
  13.  
  14. In article <3ug2TB6w165w@mertwig.UUCP>, xyzzy@mertwig.UUCP (Daniel Drucker) writes:
  15. > souva@aibn58.mpifr-bonn.mpg.de (Ignatios Souvatzis) writes:
  16. > > Base -1 might be trouble, but...
  17. > > 
  18. > > You CAN built base -2 arithmetic. 
  19. > > 
  20. > > 0    0
  21. > > 1    1
  22. > > 2    110
  23. > > 3    111
  24. > > 4    100
  25. > > 5    101
  26. > > 6    11010
  27. > > 7    11011
  28. > > 8    11000
  29. > > 9    11001
  30. > > 10    11110
  31. > No way. Base means how many different symbols are used, and thats still 2 
  32. > symbols, 0 and 1. Anything less than base 2 is impossible as there is no 
  33. > contrast. 
  34. > Daniel Max P. Drucker            | #define SLOGAN Hey! Lets port it to COBOL!
  35. > The 14 year old LISP/C++ genius. | Disclaimer: I don't know COBOL.
  36. >  /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\/~\/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\ 
  37. > /  Difficulty! It's the single simplest machine in the entire Universe!    \
  38. > \__________________________________________________________________________/
  39. > /    Is there anyone out there in net.land in Port Washington, New York?   \
  40. > \______a m a t e u r____r a d i o____c a l l s i g n____p e n d i n g______/
  41.  
  42. Actually, base 1 IS possible.  Choose a symbol, any symbol, lets choose ^
  43.            ^ base 1 = 0 base 10
  44.           ^^ base 1 = 1 base 10
  45.          ^^^ base 1 = 2 base 10
  46.                     .
  47.                     .
  48.                     .
  49. ^^^^^^^^^^^^ base 1 = 11 base 10
  50.  
  51. This system is very simlar to the usage of stones by sheep hearders
  52. to keep track of their sheep.
  53.