수표현,number_representation



Our 수체계,number_system represents numbers in base 10(aka decimal notation)
Ex. 1234 = 1·103 + 2·102 + 3·101 + 4·100

Computer represents numbers in base 2 (aka binary)
Ex. 1011 = 1·23 + 0·22 + 1·21 + 1·20



Number representation theorem = basis representation theorem ?