Mandelbrotins
Mandelbrotins are a family of fractal sets in the complex plane that generalize the classical Mandelbrot set. For each integer degree d ≥ 2, define the polynomial-like map f_c(z) = z^d + c with z_0 = 0. The Mandelbrotin of degree d, denoted M_d, is the set of complex parameters c for which the orbit {z_n} remains bounded under iteration z_{n+1} = z_n^d + c. The classical Mandelbrot set corresponds to d = 2.
Geometrically, M_d resembles the Mandelbrot set but with distinct combinatorial structure that depends on d. For
Computationally, Mandelbrotins are rendered using escape-time or distance-estimate methods. Iteration is performed for a grid of
Extensions include higher-dimensional generalizations using multivariable or quaternionic polynomials, and the associated Julia sets J_c^(d). Mandelbrotins
See also: Mandelbrot set, Julia set, fractal, complex dynamics.