Mandelbox
   HOME

TheInfoList



OR:

In mathematics, the mandelbox is a
fractal In mathematics, a fractal is a geometric shape containing detailed structure at arbitrarily small scales, usually having a fractal dimension strictly exceeding the topological dimension. Many fractals appear similar at various scales, as ill ...
with a boxlike shape found by Tom Lowe in 2010. It is defined in a similar way to the famous
Mandelbrot set The Mandelbrot set () is the set of complex numbers c for which the function f_c(z)=z^2+c does not diverge to infinity when iterated from z=0, i.e., for which the sequence f_c(0), f_c(f_c(0)), etc., remains bounded in absolute value. This ...
as the values of a parameter such that the origin does not escape to infinity under iteration of certain geometrical transformations. The mandelbox is defined as a map of continuous
Julia set In the context of complex dynamics, a branch of mathematics, the Julia set and the Fatou set are two complementary sets (Julia "laces" and Fatou "dusts") defined from a function. Informally, the Fatou set of the function consists of values wi ...
s, but, unlike the Mandelbrot set, can be defined in any number of dimensions. It is typically drawn in three dimensions for illustrative purposes.


Simple definition

The simple definition of the mandelbox is, for a vector ''z'', for each component in ''z'' (which corresponds to a dimension), if the absolute value of the component is greater than 1, subtract it from either 2 or −2, depending on the ''z''.


Generation

The iteration applies to vector ''z'' as follows: function iterate(''z''): for each component in ''z'': if component > 1: component := 2 - component else if component < -1: component := -2 - component if magnitude of ''z'' < 0.5: ''z'' := ''z'' * 4 else if magnitude of ''z'' < 1: ''z'' := ''z'' / (magnitude of ''z'')^2 ''z'' := ''scale'' * ''z'' + ''c'' Here, ''c'' is the constant being tested, and ''scale'' is a real number.


Properties

A notable property of the mandelbox, particularly for scale −1.5, is that it contains approximations of many well known fractals within it. For 1 < , \text, < 2 the mandelbox contains a solid core. Consequently, its
fractal dimension In mathematics, more specifically in fractal geometry, a fractal dimension is a ratio providing a statistical index of complexity comparing how detail in a pattern (strictly speaking, a fractal pattern) changes with the scale at which it is me ...
is 3, or ''n'' when generalised to ''n'' dimensions. For \text < -1 the mandelbox sides have length 4 and for 1 < \text \leq 4 \sqrt + 1 they have length 4 \cdot \frac.


See also

*
Mandelbulb The Mandelbulb is a three-dimensional fractal, constructed for the first time in 1997 by Jules Ruis and in 2009 further developed by Daniel White and Paul Nylander using spherical coordinates. A canonical 3-dimensional Mandelbrot set does not e ...
*
Buddhabrot The Buddhabrot is the probability distribution over the trajectories of points that escape the Mandelbrot fractal. Its name reflects its pareidolic resemblance to classical depictions of Gautama Buddha Siddhartha Gautama, most commonly ...
*
Lichtenberg figure A Lichtenberg figure (German ''Lichtenberg-Figuren''), or Lichtenberg dust figure, is a branching electric discharge that sometimes appears on the surface or in the interior of insulating materials. Lichtenberg figures are often associated w ...


References


External links


Gallery and description



Video : zoom in the Mandelbox cube
Fractals {{math-stub