Merry Xmas! Simon’s Xmas Card.

You can turn the card around by using the mouse if you open it in p5.js: Simon made this card during Daniel Shiffman’s Processing Telethon last night, joining other programmers … Continue reading Merry Xmas! Simon’s Xmas Card.

Why the Golden Ratio and not -1/the Golden Ratio?

Take any real number and call it x. Then plug it into the equation f(x) = 1 + 1/x and keep doing it many times in a row, plugging the … Continue reading Why the Golden Ratio and not -1/the Golden Ratio?

Simon’s proof that Phi is not transcendental

Simon has come up with a proof that Phi (the Golden Ratio) is an algebraic number (not transcendental). He proves it by showing that Phi can be the solution to … Continue reading Simon’s proof that Phi is not transcendental

Simon’s Fibonacci function and Fibonacci counter in p5.js

Simon came up with this Fibonacci function while taking a walk downtown: f(0) = 0 f(1) = 1 f(n) = f(n-1)+f(n-2) When we got home, he used the function to … Continue reading Simon’s Fibonacci function and Fibonacci counter in p5.js