Post AoA4XgrBeJPrFcWmnY by georgemsavva@genart.social
 (DIR) More posts by georgemsavva@genart.social
 (DIR) Post #AoA4XgrBeJPrFcWmnY by georgemsavva@genart.social
       2024-11-18T08:24:00Z
       
       1 likes, 1 repeats
       
       If anyone is interested in exploring these patterns, the code for this image in #rstats is (with a random palette and colour shuffling):N=96par(mar=2*c(1,1,1,1))outer(-N:N,-N:N,  \(x,y) ((x^2+y^2) %% 43) %% 15 ) |>   image(asp=1,col=sample(hcl.colors(15,pal=sample(hcl.pals(),1))),axes=F)#math #mathart