HiveBrain v1.2.0
Get Started
← Back to all entries
patternMinor

Are Elementary Cellular Automata structures considered to be fractals?

Submitted by: @import:stackexchange-cs··
0
Viewed 0 times
fractalsarecellularautomataconsideredelementarystructures

Problem

I know that a fractal is a non ending pattern, like Pascal's triangle or Sierpinski's triangle, which are the same as Rule 90 from Elementary Cellular Automata.

But, what about the other rules from Elementary CA? Are they also considered to be fractals?

Is there a definition relating Elementary Cellular Automata and fractals?

Solution

Cellular automata can generate fractal patterns (as in the case of Rule 90), but they don't always (e.g., Rule 0).

Willson was perhaps the first to demonstrate that CA can produce fractal patterns in the early 80's.

Shortly thereafter Wolfram characterized the fractal properties of a variety of 2-D CAs.

A few years later Culik and Dube went a bit further and proved that certain types of CA :


...will always produce a highly regular [fractal] behavior on an arbitrary finite configuration as the initial seed.

The take-home message is that some very simple CA rule sets generate complex behavior, but others don't do anything interesting at all.

Context

StackExchange Computer Science Q#47086, answer score: 5

Revisions (0)

No revisions yet.