Pyro.699
August 23rd, 2008, 08:43 AM
Hello,
From my understanding the BBP algorithm (http://mathworld.wolfram.com/BBP-TypeFormula.html) can extract individual hexadecimal values from the numerical constant pi. I went through the arduous task of calculating out 5 sets of the formula:
http://mathworld.wolfram.com/images/equations/BBP-TypeFormula/Inline7.gif
and here are the results i got:
3.13333333333
0.00808913308913
0.000164923924115
0.00000506722085386
0.000000187892900938
0.00000000776775121518
0.000000000344793293051
0.0000000000160918771555
0.0000000000007795702954
0.0000000000000388711525991
Now i don't really see how i can get 3.1415926 from those numbers, unless you add them all together (which i guess is why there is a sigma sign there (duh -.-)) but i thought that the formula was used to extract individual digits without requiring the preceding ones. Basically i did what the sigma implied, first k = 0 which gave me 3.133; then k = 1 which gave me 0.00808; and so on. Ive been doing research for the past 2 weeks and still i am unable to yield the proper formula.
Thanks
~Cody Woolaver
From my understanding the BBP algorithm (http://mathworld.wolfram.com/BBP-TypeFormula.html) can extract individual hexadecimal values from the numerical constant pi. I went through the arduous task of calculating out 5 sets of the formula:
http://mathworld.wolfram.com/images/equations/BBP-TypeFormula/Inline7.gif
and here are the results i got:
3.13333333333
0.00808913308913
0.000164923924115
0.00000506722085386
0.000000187892900938
0.00000000776775121518
0.000000000344793293051
0.0000000000160918771555
0.0000000000007795702954
0.0000000000000388711525991
Now i don't really see how i can get 3.1415926 from those numbers, unless you add them all together (which i guess is why there is a sigma sign there (duh -.-)) but i thought that the formula was used to extract individual digits without requiring the preceding ones. Basically i did what the sigma implied, first k = 0 which gave me 3.133; then k = 1 which gave me 0.00808; and so on. Ive been doing research for the past 2 weeks and still i am unable to yield the proper formula.
Thanks
~Cody Woolaver