Mandelbrot set (nonfiction): Difference between revisions

From Gnomon Chronicles
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
[[File:Mandelbrot_set_command_line_depiction.png|thumb|Command-line depiction of the Mandelbrot set.]]In [[mathematics (nonfiction)]], the '''Mandelbrot set''' is the set of complex numbers 'c' for which the sequence (c, c² + c, (c²+c)² + c, ((c²+c)²+c)² + c, (((c²+c)²+c)²+c)² + c, ...) does not approach infinity.
[[File:Mandelbrot_set_command_line_depiction.png|thumb|Command-line depiction of the Mandelbrot set.]]In [[mathematics (nonfiction)|Mathematics]], the '''Mandelbrot set''' is the set of complex numbers 'c' for which the sequence (c, c² + c, (c²+c)² + c, ((c²+c)²+c)² + c, (((c²+c)²+c)²+c)² + c, ...) does not approach infinity.


== Description ==
== Description ==

Revision as of 09:57, 6 June 2016

Command-line depiction of the Mandelbrot set.

In Mathematics, the Mandelbrot set is the set of complex numbers 'c' for which the sequence (c, c² + c, (c²+c)² + c, ((c²+c)²+c)² + c, (((c²+c)²+c)²+c)² + c, ...) does not approach infinity.

Description

The set is closely related to Julia sets (which include similarly complex shapes) and is named after the mathematician Benoit Mandelbrot (nonfiction), who studied and popularized it.

Mandelbrot set images are made by sampling complex numbers and determining for each whether the result tends towards infinity when a particular mathematical operation is iterated on it.

Treating the real and imaginary parts of each number as image coordinates, pixels are colored according to how rapidly the sequence diverges, if at all.

Self-similarity

Images of the Mandelbrot set display an elaborate boundary that reveals progressively ever-finer recursive detail at increasing magnifications.

The "style" of this repeating detail depends on the region of the set being examined.

The set's boundary also incorporates smaller versions of the main shape, so the fractal property of self-similarity applies to the entire set, and not just to its parts.

Nonfiction cross-reference

Fiction cross-reference

External links