I read here that any real number can be used as a base in a numerical system. This does seem to me to raise a number of problems.
If you take $\pi$, for example, how would you write the number $2$ in base $\pi$ ? I suppose $ 2=\sum_{i=0}^{\infty}{x_i} \pi^i$
Which digit-symbols $x_i$ would you use ? Integers smaller than $\pi$,( ie $ 1; 2; 3$ ), like you would with an integer-base system ? Or something different ?
And how would you find the numerical expansion of any given number ? Just some normal Horner method ?
Any explanation would be apreciated, thanks.
It seems like a quite peculiar way of writing numbers, but that's because $\pi$ is transcendental; we can't write it as a finite sum involving $+,-,\times,\div$ and powers and square roots of integers, and the converse is true.
– Aug 07 '22 at 13:35