Mandelbrot.jl

Package Features

  • Calculate things about the Mandelbrot set

Function Documentation

Mandelbrot.KneadingSequenceType

A kneading sequence is a combinatorial description of the orbit of an angle under doubling. For an angle theta, the kneading sequence of theta is defined as the theta itinerary of theta.

source
Mandelbrot.BinaryExpansionType

The binary expansion of an angle is a sequence of 1s and 0s which can be interpreted either as place-value representation of the angle, or as an itinerary of the angle under angle doubling.

source
Mandelbrot.OrientedHubbardTreeType

A combinatorial Hubbard tree with cyclic order at each vertex. It can be constructed from an AngledInternalAddress or a RationalAngle, and it can be used to construct a HyperbolicComponent

source
Mandelbrot.HubbardTreeType

Creates a topological Hubbard tree from the given kneading sequence. See https://eudml.org/doc/283172 Existence of quadratic Hubbard trees Henk Bruin, Alexandra Kafll, Dierk Schleicher for info about the algorithm implemented here

source