cathalcummins
- 43
- 0
As far as conversions between bases go: is there any advantage representing a number as a vector in an n-th dimensional vector space?
So, say I wish to represent the number 73 in base 10, it'd be [tex]73=7\times \vec{v}_1+3\times\vec{v}_0[/tex] where [tex]\vec{v}_n=10^n[/tex], so its representation is on [tex]\mathbb{Z}^2[/tex] lattice.
The equivalent representation in base 2 is 1001001, so as a vector, it'd be [tex]73=1\times \vec{w}_6+1\times\vec{w}_3+1\times\vec{w}_0[/tex] where [tex]\vec{w}_n=2^n[/tex], so its representation is a point on a [tex]\mathbb{Z}^6[/tex] lattice.
Is there an obvious relationship between the vector in both spaces? I would be very interested in some feedback!
So, say I wish to represent the number 73 in base 10, it'd be [tex]73=7\times \vec{v}_1+3\times\vec{v}_0[/tex] where [tex]\vec{v}_n=10^n[/tex], so its representation is on [tex]\mathbb{Z}^2[/tex] lattice.
The equivalent representation in base 2 is 1001001, so as a vector, it'd be [tex]73=1\times \vec{w}_6+1\times\vec{w}_3+1\times\vec{w}_0[/tex] where [tex]\vec{w}_n=2^n[/tex], so its representation is a point on a [tex]\mathbb{Z}^6[/tex] lattice.
Is there an obvious relationship between the vector in both spaces? I would be very interested in some feedback!
Last edited: