Misplaced Pages

Mandelbox

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Fractal with a boxlike shape
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
This article relies excessively on references to primary sources. Please improve this article by adding secondary or tertiary sources.
Find sources: "Mandelbox" – news · newspapers · books · scholar · JSTOR (December 2023) (Learn how and when to remove this message)
Some of this article's listed sources may not be reliable. Please help improve this article by looking for better, more reliable sources. Unreliable citations may be challenged and removed. (December 2023) (Learn how and when to remove this message)
(Learn how and when to remove this message)
A three-dimensional Mandelbox fractal of scale 2.
A "scale-2" Mandelbox
A three-dimensional Mandelbox fractal of scale 3.
A "scale-3" Mandelbox
A three-dimensional Mandelbox fractal of scale -1.5.
A "scale -1.5" 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. The mandelbox is defined as a map of continuous Julia sets, 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 this: repeatedly transform a vector z, according to the following rules:

  1. First, for each component c of z (which corresponds to a dimension), if c is greater than 1, subtract it from 2; or if c is less than -1, subtract it from −2.
  2. Then, depending on the magnitude of the vector, change its magnitude using some fixed values and a specified scale factor.

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 < | scale | < 2 {\displaystyle 1<|{\text{scale}}|<2} the mandelbox contains a solid core. Consequently, its fractal dimension is 3, or n when generalised to n dimensions.

For scale < 1 {\displaystyle {\text{scale}}<-1} the mandelbox sides have length 4 and for 1 < scale 4 n + 1 {\displaystyle 1<{\text{scale}}\leq 4{\sqrt {n}}+1} they have length 4 scale + 1 scale 1 {\displaystyle 4\cdot {\frac {{\text{scale}}+1}{{\text{scale}}-1}}} .

See also

References

  1. Lowe, Tom. "What Is A Mandelbox?". Archived from the original on 8 October 2016. Retrieved 15 November 2016.
  2. Lowe, Thomas (2021). Exploring Scale Symmetry. Fractals and Dynamics in Mathematics, Science, and the Arts: Theory and Applications. Vol. 06. World Scientific. doi:10.1142/11219. ISBN 978-981-3278-55-4. S2CID 224939666.
  3. ^ Leys, Jos (27 May 2010). "Mandelbox. Images des Mathématiques" (in French). French National Centre for Scientific Research. Retrieved 18 December 2019.
  4. "Negative 1.5 Mandelbox – Mandelbox". sites.google.com.
  5. "More negatives – Mandelbox". sites.google.com.
  6. "Patterns of Visual Math – Mandelbox, tglad, Amazing Box". February 13, 2011. Archived from the original on February 13, 2011.
  7. ^ Chen, Rudi. "The Mandelbox Set".

External links

Fractal software
Open-source
GNU
Freeware
Retail
Cross-platform
Windows only
Scenery generator
Found objects
Related
Fractals
Characteristics
Iterated function
system
Strange attractor
L-system
Escape-time
fractals
Rendering techniques
Random fractals
People
Other
Mathematics and art
Concepts Fibonacci word: detail of artwork by Samuel Monnier, 2009
Forms
Artworks
Buildings
Artists
Renaissance
19th–20th
Century
Contemporary
Theorists
Ancient
Renaissance
Romantic
Modern
Publications
Organizations
Related


Stub icon

This fractal–related article is a stub. You can help Misplaced Pages by expanding it.

Categories: