![]() |
|
|
#23 | |
|
Sep 2002
7 Posts |
Cheesehead wrote
Quote:
base 10 than in other bases. Take base 7 for example. According to my calculations it is equal to 1.046433444442... when expressed in base 7. Although I haven't defined "simple", I see no justification for saying that the base 7 representation is just as simple as the base 10. The key point, however, is that the computational speed of calculating this number depends on the base. Calculating a trillion digits of this number in base 10 is so easy that it can be done with a pencil and paper in a few minutes. It has a "1" in the following powers of 10 and a "0" elsewhere: 1, -1, -3, -6, -13, -38, -159, -880, -5921, -46242, -409123, -4037924, -43954725, -522956326, -6749977127. In contrast, the base 7 calculation is extremely challenging. I see no better method than first calculating the base 10 value and then applying a base conversion algorithm to get to base 7. Doing this with a trillion digit precision is far beyond a pencil and paper calculation. This means that 1.1010010000001... is a counterexample to the claim that the speed of calculating a transcendental number is independent of base. That's the question that Xtreme2k raised for pi. Experience says that a change of base probably won't speed up the calculation, but mathematically the question is open. Some transcendal numbers can be computed more easily in one base than another. Maybe pi is one of them. |
|
|
|
|
|
|
#24 |
|
Aug 2002
223 Posts |
Is it being easier to compute in base 10 vs. base 7 a issue for the base, or for the "calculator" in question being used to base 10? :)
I remember reading that IBM used to make electronic multiplying calculating punches and some calculators (as they called electromechanical computers in the time) in base 10 (wasn't the 1401 series base 10?) There must have been a reason modern computers are all base to (probably because of the nature of transistors, eh? :) ) |
|
|
|
|
|
#25 |
|
Oct 2002
1010112 Posts |
It should be noted that Pi has BBP-like formulas only in base 2, and Pi^2 only in bases 2 and 3; so Pi isn't entirely base-agnostic.
So even if Pi cannot be computed any faster in one particular base, the computation can be verified faster in those bases. |
|
|
|
|
|
#26 | ||
|
"Richard B. Woods"
Aug 2002
Wisconsin USA
22·3·641 Posts |
Quote:
I know for certain that the IBM 1620 (which, BTW, was IBM's first 100%-transistorized computer) operated in base 10. Quote:
In the 1620, each addressible memory location held a single decimal digit and a flag bit. (Actually, each memory location had six bits, though the bits were not individually accessible by machine instructions. All instructions operated on the six-bit content as a whole. Four bits were for the binary-coded-decimal (BCD) digit, one was the flag bit, and one was the parity bit.) Number fields were variable-length. In a number field, the low-order (highest-address) digit had the flag bit on to indicate end-of-number. The address by which one referenced the field was the address of the high-order (lowest-address) digit. A negative number was signified by having the flag bit on in the high-order digit. (So, each number field had to be at least two digits long because the high-order digit's flag bit could not be the end-of-number indicator.) Internally (in the circuitry, below the level of machine instructions) the 1620 actually performed binary arithmetic on the four-bit BCD digits, then further processed the results so as to make the result correctly represented as BCD digits. This was, of course, inefficient for computational purposes, but it was thought that it was easier for beginners in computer courses to deal with a base-10 computer. IBM targeted its marketing of the 1620 to colleges and universities. |
||
|
|
|
|
|
#27 | ||
|
"Richard B. Woods"
Aug 2002
Wisconsin USA
769210 Posts |
Quote:
Suppose someone discovered another class of formulas that were especially efficient in bases 109 and 191. That discovery wouldn't affect the base-agnosticity of the number pi itself; it would only affect the base-agnosticity of computation using those new 109-191 formulas. Quote:
|
||
|
|
|
|
|
#28 | |||||
|
"Richard B. Woods"
Aug 2002
Wisconsin USA
769210 Posts |
Quote:
Okay, 1.1010010000001... has a simpler pattern in base 10 than in other bases, but that is because of the predominance of the integer 10 in its infinite series representation: 1 plus the sum over i from i = 0 to infinity of (1/10^-(i + the sum over j from j = 0 to i of (j!))). The definition of your number is strongly tied to the integer 10. Can it be transformed into another reasonably-"simple" definition that does not feature the integer 10 or power thereof? I'd guess not. (BTW, I'm suspicious of the transcendence of 1.1010010000001... Can anyone point me to a proof?) The formula Pi = 4 times the sum over i from i = 0 to infinity of ((-1)^i/(2*i+1)) has every odd integer appear in it, so does not lead to a representation in which some integer pattern predominates. There are other formulas for pi, such as 4*(4 ArcTan[1/5] - ArcTan[1/239]), which might lead to representations in which particular integers, such as 4, 5, and 239, predominate. However, when the featured integers are relatively prime, as in this case, their patterns tend to overlap and obscure one another in any base representation. Quote:
Quote:
Quote:
Quote:
|
|||||
|
|
|
|
|
#29 | |
|
"Richard B. Woods"
Aug 2002
Wisconsin USA
22×3×641 Posts |
Quote:
|
|
|
|
|
|
|
#30 | ||
|
Oct 2002
43 Posts |
Quote:
|
||
|
|
|
|
|
#31 | |||
|
"Richard B. Woods"
Aug 2002
Wisconsin USA
22×3×641 Posts |
Quote:
Therefore, if there are no BBP-like formulas for pi in bases other than 2 or 16 (the famous BBP formula I'm thinking of produces individual hexadecimal digits of pi) it is the BBP-like formulas which are restricted in base, not pi itself. |
|||
|
|
|
|
|
#32 | |
|
Oct 2002
1010112 Posts |
Quote:
Still, whether you consider this a special property of pi, or a special property of "computing individual digits of a number", is up to you. |
|
|
|
|
|
|
#33 | ||
|
"Richard B. Woods"
Aug 2002
Wisconsin USA
22×3×641 Posts |
Quote:
While chewing the cud and mulling over the question of base-agnosticism, it occurred to me that I was being too stubborn -- that if it had been proven that (a) BBP-like formulas, with which I have not kept up recently, existed for pi in fewer bases than for other numbers, and (b) BBP-like formulas have enough generality, then it could indeed be proper to categorize numbers in accordance with their BBP-like-formula base-existences. cperciva, I now think you're right, if the above conditions pertain (which I suspect, but don't know for sure). Quote:
|
||
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Easier pi(x) approximation | mathPuzzles | Math | 8 | 2017-05-04 10:58 |
| Finding omega(k) for 1<=k<=10^12 | voidme | Factoring | 6 | 2012-04-23 17:02 |
| Why does wetting the cotton make it easier to thread the needle? | Flatlander | Science & Technology | 11 | 2011-10-12 12:39 |
| Finding My Niche | storm5510 | PrimeNet | 3 | 2009-08-26 07:26 |
| Will prime finding become easier? | jasong | Math | 5 | 2007-12-25 05:08 |