Box Fractal

DOWNLOAD Mathematica Notebook BoxFractal

The box fractal is a fractal also called the anticross-stitch curve which can be constructed using string rewriting beginning with a cell [1] and iterating the rules

 {0->[0 0 0; 0 0 0; 0 0 0],1->[1 0 1; 0 1 0; 1 0 1]}.
(1)
BoxFractalLSystem

An outline of the box fractal can encoded as a Lindenmayer system with initial string "F-F-F-F", string rewriting rule "F" -> "F-F+F+F-F", and angle 90 degrees (J. Updike, pers. comm., Oct. 26, 2004).

Let N_n be the number of black boxes, L_n the length of a side of a white box, and A_n the fractional area of black boxes after the nth iteration.

N_n=5^n
(2)
L_n=3^(-n)
(3)
A_n=L_n^2N_n
(4)
=(5/9)^n.
(5)

The sequence N_n is then 1, 5, 25, 125, 625, 3125, 15625, ... (OEIS A000351). The capacity dimension is therefore

d_(cap)=-lim_(n->infty)(lnN_n)/(lnL_n)
(6)
=log_35
(7)
=(ln5)/(ln3)
(8)
=1.464973521...
(9)

(OEIS A113209).

Wolfram Web Resources

Mathematica »

The #1 tool for creating Demonstrations and anything technical.

Wolfram|Alpha »

Explore anything with the first computational knowledge engine.

Wolfram Demonstrations Project »

Explore thousands of free applications across science, mathematics, engineering, technology, business, art, finance, social sciences, and more.

Computerbasedmath.org »

Join the initiative for modernizing math education.

Online Integral Calculator »

Solve integrals with Wolfram|Alpha.

Step-by-step Solutions »

Walk through homework problems step-by-step from beginning to end. Hints help you try the next step on your own.

Wolfram Problem Generator »

Unlimited random practice problems and answers with built-in Step-by-step solutions. Practice online or make a printable study sheet.

Wolfram Education Portal »

Collection of teaching and learning tools built by Wolfram education experts: dynamic textbook, lesson plans, widgets, interactive Demonstrations, and more.

Wolfram Language »

Knowledge-based programming for everyone.