𝜑 generator
2015-04-09, post № 15
mathematics, programming, Python, #Fibonacci, #generates, #generator, #golden ratio, #𝜑, #phi, #ratio, #simulation, #terminal, #the golden ratio
This program generates 𝜑, also called the golden ratio. It creates the fibonacci sequence and divides the newly generated number by the last one. In theory this program would generate exactly [1] 𝜑.
Fibonacci sequence
The golden ratio (𝜑)
Source code: phi-generator.py
Footnotes
- ▲ [2020-07-08] Assuming infinite time and memory it would compute 𝜑 in its limit.