Tag: golden section
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
Where Botany meets Math and What is Cartesian vs Polar?
Simon did another coding challenge by Daniel Shiffman today, this time a short one called Phyllotaxis. You might be thinking, what in heaven’s name is Phyllotaxis? As it turned out, … Continue reading Where Botany meets Math and What is Cartesian vs Polar?