This package implements several algorithms related to complex quadratic dynamics.
- The spider algorithm calculates the center of a hyperbolic component of the Mandelbrot set from one of its external angles. Read about the spider algorithm.
- The external angles of a hyperbolic component can be calculated from an angled internal address, describing the path to this component from zero. Read about internal addresses.
- A combinatorial description of a Hubbard trees can be generated from a kneading sequence, and when oriented in the plane can produce external angles. Read about Hubbard trees.
using Mandelbrot
using GLMakie
treeplot(4//17)
showspider(4//17,50)