Visualizing Roots

After watching a 2loop video, I decided to write some Julia code to visualize this my self. Here is the Pluto notebook. With that code I made this pretty visualization.

Roots from 20 order polynomials.

This is actually made with Makie’s datashader method where 20th roots where solved for all combinations of coefficients of $1$ or $-1$. The fullsize image can be generated with the Pluto code.