A few non-answers but perhaps relevant: 1. When I entered computers, octal and binary were the only other bases, as I recall. No one in the early days seemed to need anything else. 2. Characters had 6-bit representation. When IBM invented bytes, it seemed wasteful. Who needed 64 character types? 3. There were systems that used base 10 for their internal representations. 4. An early suggestion for hex representation, which I think never got adopted, was something like T=ten, E=eleven, etc. (Don't ask me what they did for 12, etc.) 5. That would have been more mnemonic but messy in that coding the conversions would take a few extra steps. 6. Mathematica deals with arbitrary bases, and uses the alphabet in its normal order for bases > 10. 7. All suggestions that use symbols not on the standard keyboard are greatly handicapped. 8. The keyboard should have included a fourth type of parentheses, brackets, or braces, in preference to more symbols for number bases; computer algebra systems would benefit from this. 9. Useful higher bases are likely to be powers of 2 (or at least squares), so they can be represented by several shorter bit groups, as bytes are now shown by two hex characters. Steve Gray ----- Original Message ----- From: "David Wilson" <davidwwilson@comcast.net> To: "math-fun" <math-fun@mailman.xmission.com> Sent: Tuesday, February 22, 2005 10:53 AM Subject: [math-fun] Beyond base 10
I observe that the adoption of numerical symbols distinct from the writing symbols is a major cultural and mathematical advance. The main benefit is the ability to freely intermix words and numbers with little chance of misinterpretation. Clearly, a separate numerical system is superior to a system in which numbers must be represented by words, or in which letters double as numbers.