Skip to main content
  1. Blog/

Another book down. The Quants.

·1 min
Author
Lance Barker
Exploring my own creative expression and building things that help people.

I just finished this one.

Really fascinating story well written.

Related

Latest image

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: