Philip Ronald Dutton
independent
Columbia, SC
Registered: Feb 2004
Posts: 172 |
Visualizing Babylonian numbers
If one considers the babylonian number system transformed to use digits 0-9 and to use pairs of such digits (to represent the pairing notion of their 2 symbols) then one might express such Babylonian numbers as follows (informally):
Notes: the least significant pair would be at the right; I am using a psuedo perl-like regular expression code:
(([0-5],[1-9]))*
The digit 0 represents that nothing was written down in that "spot."
If one enumerated the first 20,000 sets of pairs and converted the sets of pairs to binary number strings, and finally concatenated all these strings, and then moving on to the next number on the number line, then it would be interesting to compare to the visualization in the NKS book on page 117.
http://www.wolframscience.com/nksonline/page-117
Philip Ronald Dutton
__________________
P h i l i p . R . D u t t o n
Last edited by Philip Ronald Dutton on 05-08-2007 at 05:24 AM
Report this post to a moderator | IP: Logged
|