Forums - Open Redstone Engineers

Full Version: Tiny tutorial regarding converting base X to decimal(and testing LateX)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Let the digits of the number be contained in the n-dimensional vector a, like this:

which is equivalent of the binary number 10011101.

Given the base (2 in this case), the number in decimal can be found using the following equation:



So we can conclude, that this is true:

Fancy!
Wait, wut?
(05-11-2013, 10:39 AM)David Wrote: [ -> ]Wait, wut?

Same here. We're probably not that far into logic & formula's Sad
Lol, nice use of sigma notation to confuse people Wink.
I think you've got your vector backwards. If you're indexing the digits like in a typical array, the index would be increasing from left to right, so you would get 185 not 157. You'd have to use to get that.
Thank you, didn't think about that. Fixed.
*Hits, 'That was easy' button*
Oi, leave my buttons alone!
I understood it until you brought the equation, maybe I should go to school for a few more years.
Pages: 1 2