Mandelbox

Mandelbox
A three-dimensional Mandelbox fractal of scale 2.
A 'scale 2' Mandelbox
A three-dimensional Mandelbox fractal of scale 3.
A 'scale 3' Mandelbox

In mathematics, the mandelbox is a fractal with a boxlike shape found by Tom Lowe in 2010. It is defined in a similar way to the famous Mandelbrot set as the values of a parameter such that the origin does not escape to infinity under iteration of certain geometrical transformations. However, unlike the Mandelbrot set, the mandelbox is defined a map of continuous Julia sets, and thus can be defined in any number of dimensions.[1] As a result, it is an example of a multifractal system. It is typically drawn in three dimensions for illustrative purposes.

Contents

Generation

The iteration applies to vector v as follows:

for (each axis)
    if (v[axis]>1) v[axis] = 2-v[axis];
    else if (v[axis]<-1) v[axis] = -2-v[axis];
 
if (v.magnitude() < 0.5) v *= 4;
else if (v.magnitude() < 1) v /= square(v.magnitude());
 
v = scale*v + c;

A notable property of the mandelbox, particularly for scale -1.5, is that it contains approximations of many well known fractals within it.[2][3][4]

See also

Notes

References

External links


Wikimedia Foundation. 2010.

Игры ⚽ Нужно сделать НИР?

Look at other dictionaries:

  • Mandelbox — standard (facteur 2) En mathématiques, le mandelbox est un objet fractal. Découvert par Tom Lowe en 2010, il est défini de manière similaire à l ensemble de Mandelbrot. Il s agit de l ensemble des points de l espace ne divergeant pas après… …   Wikipédia en Français

  • Mandelbrot set — Initial image of a Mandelbrot set zoom sequence with a continuously coloured environment …   Wikipedia

  • Ensemble de Mandelbrot — L ensemble de Mandelbrot (en noir) L ensemble de Mandelbrot est une fractale définie comme l ensemble des points c du plan complexe pour lesquels la suite définie par récurrence par  …   Wikipédia en Français

  • Mandelbulb — A ray traced image of the 3D Mandelbulb for the iteration z ↦ z8 + c. The Mandelbulb is a three dimensional analogue of the Mandelbrot set, constructed by Daniel White and Paul Nylander using spherical coordinates.[1] A canonica …   Wikipedia

  • Projet:Mathématiques/Liste des articles de mathématiques — Cette page n est plus mise à jour depuis l arrêt de DumZiBoT. Pour demander sa remise en service, faire une requête sur WP:RBOT Cette page recense les articles relatifs aux mathématiques, qui sont liés aux portails de mathématiques, géométrie ou… …   Wikipédia en Français

  • Mandelbulb — Un Mandelbulb est un ensemble de Mandelbrot volumique. une représentation du Mandelbulb par itération de . L idée de sa réalisation occupe les esprits depuis 2007, mais fin 2009, Daniel White et Paul Nylander ont construit un Mandelbulb, un… …   Wikipédia en Français

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”