It is with no inconsiderable degree of reluctance that I decline the offer of any Paper from you. I think, however, you will upon reconsideration of the subject be of opinion that I have no other alternative. The subjects you propose for a series of Mathematical and Metaphysical Essays are so very profound, that there [...]
Beautiful video showing the mathematical beauty of nature, or the natural beauty of math. Here’s what I managed to figure out: 0:08-0:44 – Fibonacci sequence 0:45-1:40 – The Golden Ratio 2:40 – Delauney triangulations leading to Voronoi diagrams (2:56 and to the end)
π approximation script, from Stephen Chappell. import sys def pi(): a, b, c, d, e, f = 1, 0, 1, 1, 3, 3 while True: if a * 4 + b – c < c * e: yield e a, b, c, d, e, f = a * 10, (b – c * e) * [...]




