(paulbourke.net) Julia set fractal
ROAM_REFS: https://paulbourke.net/fractals/juliaset/
- Julia Set Fractal (2D)
Written by Paul Bourke
June 2001See also: Julia set of sin(z)
Python generator: juliaset.py by Tim Meehan.The Julia set is named after the French mathematician Gaston Julia who investigated their properties circa 1915 and culminated in his famous paper in 1918. While the Julia set is now associated with a simpler polynomial, Julia was interested in the iterative properties of a more general expression, namely z4 + z3/(z-1) + z2/(z3 + 4 z2 + 5) + c.