This is a picture of a Julia set, named after the French mathematician Gaston Julia. Computing requires a lot of iterations, that’s why we use…
The Mandelbrot consists of points whose boundary is a two-dimensional fractal shape. It is named after the mathematician Benoit Mandelbrot. It’s computed using a lot…
The Weierstrass function is a pathological one: is continuous everywhere but differentiable nowhere. The original code was written by Herbert Voss on TeX.SE, Stefan Kottwitz…
This Lemniscate envelope is generated by sweeping a circle, which has its center on a hyperbola. This code was written by Pouya on TeX.SE. LuaLaTeX…