AZ Nomad wrote:
> On Sat, 26 Jul 2008 06:41:38 +0300, Opinicus <gezgin@[EMAIL PROTECTED]
> wrote:
>> From: "AZ Nomad" <aznomad.3@[EMAIL PROTECTED]
>
>
>>> On Thu, 24 Jul 2008 12:11:02 +0300, Opinicus wrote:
>>>> = 189
>
>>> Actualy, it's 13194894195.
>>> 189 is 10111101b
>
>> 001100 = 12
>> 010010 = 18
>> 011110 = 30
>> 100001 = 33
>> 101101 = 45
>> 110011 = 51
>
>> ... = 189
> You idiot. Do you also think 123 equals 6 because 1+2+3=6?
> Didn't anybody teach you how to multiply?
> Numbers have "place value"; each digit going left increases in value
> by powers of the base.
>
>
> To correct your math:
> You've broken it into 6 bits at a time, for base 64 (2^6) math.
>> 001100 = 12 * 64^5 = 12884901888
>> 010010 = 18 * 64^4 = 301989888
>> 011110 = 30 * 64^3 = 7864320
>> 100001 = 33 * 64^2 = 135168
>> 101101 = 45 * 64 = 2880
>> 110011 = 51 = 51
> 13194894195
>
>
Did you even watch the movie? It's written down as a 6x6 matrix. It
could be either one long number, or 6 6 digit numbers. If it's some sort
of assembler code for the universe, it could be an extra "goto 10" line.


|