Really fascinating story well written.

Another book down. The Quants.
Related
Boxed In: a look at recursion
# “To understand recursion, you must understand recursion.”
Latest image
·1 min
The latest image from my generative art series was a nice surprise.
It started as this:
for (i in 1:500)
{
x = x*((0.98)^i)*cos(i)
y = y*((0.98)^i)*sin(i)
}
which is simple R code that generates 500 x, y points that spiral. That code gave me this:



