• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Understanding wiki math image

Status
Not open for further replies.

Soulkeeper

Diamond Member
I asked somewhere else, but got no response.
Maybe someone here can help me understand this image.

48f7653d58f4ad747327d271ed789415.png


When solving for a particular value of i
where i == digit, am I correct in converting that image to this ?

answer = 1/16^digit * (4/8*digit+1 - 2/8*digit+4 - 1/8*digit+5 - 1/8*digit+6)

is a multiplication implied with number(number) in that image ?


thanks
 
Minor correction (should be):
(1/(16^i)) * (4/(8*i+1) - 2/(8*i+4) - 1/(8*i+5) - 1/(8*i+6))

Otherwise you would be doing (4/8) * (i+1)... which would be wrong.

And yes, excluding the first those appear to be multiplications rather than exponents.
 
Thanks, but even with the extra parenthesis and correct order of precedence, i'm still getting a wrong result.

ie: for i = 5

answer = 9.5367431640625e-07 * (0.097561 - 0.045455 - 0.022222 - 0.021739)
insanely small number.

As this formula is supposed to calculate a digit (i) of pi, the 5th digit should be 9.
Unless i'm understanding this wrong ?

url to formula explanation
 
Ahh yeah, the Wiki you were reading kind of separates the Hexidecimal part... I thought you were looking at this which says
This formula, unlike others before it, can produce any individual hexadecimal digit of π without calculating all the preceding digits
 
Status
Not open for further replies.
Back
Top