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 73=7\times \vec{v}_1+3\times\vec{v}_0 where \vec{v}_n=10^n, so its representation is on \mathbb{Z}^2 lattice.
The equivalent representation in base 2 is 1001001, so as a vector, it'd be 73=1\times \vec{w}_6+1\times\vec{w}_3+1\times\vec{w}_0 where \vec{w}_n=2^n, so its representation is a point on a \mathbb{Z}^6 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 73=7\times \vec{v}_1+3\times\vec{v}_0 where \vec{v}_n=10^n, so its representation is on \mathbb{Z}^2 lattice.
The equivalent representation in base 2 is 1001001, so as a vector, it'd be 73=1\times \vec{w}_6+1\times\vec{w}_3+1\times\vec{w}_0 where \vec{w}_n=2^n, so its representation is a point on a \mathbb{Z}^6 lattice.
Is there an obvious relationship between the vector in both spaces? I would be very interested in some feedback!
Last edited: