Quote (magpies @ 11 Jun 2014 03:34)
Just had a thought a few days ago that I wanted to get some opinions on hopefully from someone who works with machinery.
Anyhow I was wondering about bases higher then 10 and came to the conclusion that while very difficult to use because of memory issues ect that base 100 would be more accurate then base 10.
What I mean by this is imagine if you had a decimal system that had 99 numbers for each digit. Something like 3.(10) (40) (10) (50) (90).
Anyhow I was just wondering if this would actually end up being more accurate or not? I'm kinda assuming it wouldn't really cause the difference is so small but who knows?
what would that have with machinery?
and no, the number base used has nothing to do with precision
Quote (thenoose @ 11 Jun 2014 04:45)
No, using a different number base makes no difference whatsoever in accuracy/precision or anything really. Different number bases are just a different way of looking at the exact same data. There are already 100 numbers for each digit, we just call them hundredths, the numbers don't change just because you measure them or write them differently. Computers use base 2 (binary) because its much simpler/cheaper to create hardware that operates with a base-2 number system. Humans use base 10 because... we have 10 fingers and people started counting using their fingers.
There is an argument to convert to a base 12 system because it has lots of factors and makes things like 1/3 * 10, 1/6 * 100 whole numbers instead of repeating decimals. The decimal system is pretty ingrained though and its doubtful another number system will really gain much steam outside of computers.
quite a few number systems have been and are being used
base 12 is quite common, just look at the number of inches in a foot
30 would actually be a better choice because it is 2*3*5
and while binary representation is being used, there is quite some hardware around which works on base 4, 8, 16 or even 32 and 64 (yes, always powers of 2)