Andrei1
- 36
- 0
Here is a problem from Zorich's "Mathematical analysis I", pg.69.
I suspect this text has misprints: is it correct that $$n=1$$ under $$\sum$$ and why, or it should be $$n=0$$? By order I understand the unique $$p\in\mathbb{Z}$$ such that $$q^{p}\leqslant x<q^{p+1}.$$25. A number $$x$$ is represented on a computer as $$x=\pm q^p\sum_{n=1}^{k}\frac{\alpha_n}{q^n}$$, where $$p$$ is the order of $$x$$ and $$M=\sum_{n=1}^{k}\frac{\alpha_n}{q^n}$$ is the mantissa of the number $$x$$ $$\left(\frac{1}{q}\leqslant M<1\right).$$ Now a computer works only with a certain range of numbers: for $$q=2$$ usually $$|p|\leqslant 64$$, and $$k=35.$$ Evaluate this range in the decimal system.